#6B6CC9

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

Shades of Slate Blue #6B6CC9

Tints of Slate Blue #6B6CC9

Color information

#6B6CC9 (or 0x6B6CC9) is unknown color: approx Slate Blue. HEX triplet: 6B, 6C and C9. RGB value is (107,108,201). Sum of RGB (Red+Green+Blue) = 107+108+201=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #6B6CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6CC9 is #949336. Grayscale: #757575. Windows color (decimal): -9737015 or 13200491. OLE color: 13200491.

HSL color Cylindrical-coordinate representation of color #6B6CC9: hue angle of 239.36º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B6CC9 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB107108201-
CMYK0.470.4600.21
HSL239.36º46.53%60.39%-
HSV(B)239.36º46.77%78.82%-
XYZ21.9718.0757.59-
YUV118.3174.67119.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.72%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 201 (78.91% from 255) = 48.32%
R=25.72%
G=25.96%
B=48.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1071082010.470.4600.21239.3646.5360.39
Hex6B6CC92F2E015ef2f3c
Octal15315431157560253575774
Binary110101111011001100100110111110111001010111101111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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