#6B6DD2

Color #6B6DD2 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6B6DD2

Tints of Slate Blue #6B6DD2

Color information

#6B6DD2 (or 0x6B6DD2) is unknown color: approx Slate Blue. HEX triplet: 6B, 6D and D2. RGB value is (107,109,210). Sum of RGB (Red+Green+Blue) = 107+109+210=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 210 (82.42% from 255 or 49.30% from 426); Max value from RGB is 210 - color contains mainly: blue. Hex color #6B6DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6DD2 is #94922D. Grayscale: #777777. Windows color (decimal): -9736750 or 13790571. OLE color: 13790571.

HSL color Cylindrical-coordinate representation of color #6B6DD2: hue angle of 238.83º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B6DD2 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB107109210-
CMYK0.490.4800.18
HSL238.83º53.37%62.16%-
HSV(B)238.83º49.05%82.35%-
XYZ23.1618.7263.36-
YUV119.92178.84118.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 25.12%
GREEN value IS 109 (42.97% from 255) = 25.59%
BLUE value IS 210 (82.42% from 255) = 49.30%
R=25.12%
G=25.59%
B=49.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1071092100.490.4800.18238.8353.3762.16
Hex6B6DD23130012ef353e
Octal15315532261600223576576
Binary110101111011011101001011000111000001001011101111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B6DD2; }

 p { color: rgb(107,109,210); }

 H1.HeaderClassName
 {
   color: #6B6DD2;
 }
 .AnyTagClassName
 {
   color: #6B6DD2;
 }
</style>
background-color css

<style>
 a { background-color: #6B6DD2; }

 a { background-color: rgb(107,109,210); }

 div.DivClassName
 {
   background-color: #6B6DD2;
 }
 .BgClassName
 {
   background-color: #6B6DD2;
 }
</style>
border-color css

<style>
 span { border-color: #6B6DD2; }

 span { border-color: rgb(107,109,210); }

 td.TdClassName
 {
   border-color: #6B6DD2;
 }
 .TagClassName
 {
   border-color: #6B6DD2;
 }
</style>