#6C62CB

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

Shades of Slate Blue #6C62CB

Tints of Slate Blue #6C62CB

Color information

#6C62CB (or 0x6C62CB) is unknown color: approx Slate Blue. HEX triplet: 6C, 62 and CB. RGB value is (108,98,203). Sum of RGB (Red+Green+Blue) = 108+98+203=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C62CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62CB is #939D34. Grayscale: #707070. Windows color (decimal): -9674037 or 13329004. OLE color: 13329004.

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

Color convert

RGB10898203-
CMYK0.470.5200.20
HSL245.71º50.24%59.02%-
HSV(B)245.71º51.72%79.61%-
XYZ21.3316.2458.51-
YUV112.96178.81124.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.41%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 203 (79.69% from 255) = 49.63%
R=26.41%
G=23.96%
B=49.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal108982030.470.5200.20245.7150.2459.02
Hex6C62CB2F34014f6323b
Octal15414231357640243666273
Binary110110011000101100101110111111010001010011110110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C62CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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