#6b6cd8

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

Shades of Slate Blue #6B6CD8

Tints of Slate Blue #6B6CD8

Color information

#6B6CD8 (or 0x6B6CD8) is unknown color: approx Slate Blue. HEX triplet: 6B, 6C and D8. RGB value is (107,108,216). Sum of RGB (Red+Green+Blue) = 107+108+216=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #6B6CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6CD8 is #949327. Grayscale: #777777. Windows color (decimal): -9737000 or 14183531. OLE color: 14183531.

HSL color Cylindrical-coordinate representation of color #6B6CD8: hue angle of 239.45º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B6CD8 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB107108216-
CMYK0.500.5000.15
HSL239.45º58.29%63.33%-
HSV(B)239.45º50.46%84.71%-
XYZ23.8218.8167.34-
YUV120.01182.17118.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.83%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 216 (84.77% from 255) = 50.12%
R=24.83%
G=25.06%
B=50.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1071082160.500.5000.15239.4558.2963.33
Hex6B6CD832320Fef3a3f
Octal15315433062620173577277
Binary11010111101100110110001100101100100111111101111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b6cd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,108,216); }

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

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

 a { background-color: rgb(107,108,216); }

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

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

 span { border-color: rgb(107,108,216); }

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