#6B6DCB

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

Shades of Slate Blue #6B6DCB

Tints of Slate Blue #6B6DCB

Color information

#6B6DCB (or 0x6B6DCB) is unknown color: approx Slate Blue. HEX triplet: 6B, 6D and CB. RGB value is (107,109,203). Sum of RGB (Red+Green+Blue) = 107+109+203=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B6DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6DCB is #949234. Grayscale: #767676. Windows color (decimal): -9736757 or 13331819. OLE color: 13331819.

HSL color Cylindrical-coordinate representation of color #6B6DCB: hue angle of 238.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B6DCB is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB107109203-
CMYK0.470.4600.20
HSL238.75º48%60.78%-
HSV(B)238.75º47.29%79.61%-
XYZ22.3118.3758.87-
YUV119.12175.34119.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.54%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 203 (79.69% from 255) = 48.45%
R=25.54%
G=26.01%
B=48.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071092030.470.4600.20238.754860.78
Hex6B6DCB2F2E014ef303d
Octal15315531357560243576075
Binary110101111011011100101110111110111001010011101111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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