#6C62CE

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

Shades of Slate Blue #6C62CE

Tints of Slate Blue #6C62CE

Color information

#6C62CE (or 0x6C62CE) is unknown color: approx Slate Blue. HEX triplet: 6C, 62 and CE. RGB value is (108,98,206). Sum of RGB (Red+Green+Blue) = 108+98+206=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C62CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62CE is #939D31. Grayscale: #707070. Windows color (decimal): -9674034 or 13525612. OLE color: 13525612.

HSL color Cylindrical-coordinate representation of color #6C62CE: hue angle of 245.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C62CE is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10898206-
CMYK0.480.5200.19
HSL245.56º52.43%59.61%-
HSV(B)245.56º52.43%80.78%-
XYZ21.6916.3860.41-
YUV113.3180.31124.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.21%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 206 (80.86% from 255) = 50%
R=26.21%
G=23.79%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal108982060.480.5200.19245.5652.4359.61
Hex6C62CE3034013f6343c
Octal15414231660640233666474
Binary110110011000101100111011000011010001001111110110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C62CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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