#6C65CB

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

Shades of Slate Blue #6C65CB

Tints of Slate Blue #6C65CB

Color information

#6C65CB (or 0x6C65CB) is unknown color: approx Slate Blue. HEX triplet: 6C, 65 and CB. RGB value is (108,101,203). Sum of RGB (Red+Green+Blue) = 108+101+203=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C65CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C65CB is #939A34. Grayscale: #727272. Windows color (decimal): -9673269 or 13329772. OLE color: 13329772.

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

Color convert

RGB108101203-
CMYK0.470.5000.20
HSL244.12º49.51%59.61%-
HSV(B)244.12º50.25%79.61%-
XYZ21.6216.8158.6-
YUV114.72177.82123.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.21%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=26.21%
G=24.51%
B=49.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1081012030.470.5000.20244.1249.5159.61
Hex6C65CB2F32014f4323c
Octal15414531357620243646274
Binary110110011001011100101110111111001001010011110100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C65CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,101,203); }

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

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

 a { background-color: rgb(108,101,203); }

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

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

 span { border-color: rgb(108,101,203); }

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