#6C62CD

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

Shades of Slate Blue #6C62CD

Tints of Slate Blue #6C62CD

Color information

#6C62CD (or 0x6C62CD) is unknown color: approx Slate Blue. HEX triplet: 6C, 62 and CD. RGB value is (108,98,205). Sum of RGB (Red+Green+Blue) = 108+98+205=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C62CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62CD is #939D32. Grayscale: #707070. Windows color (decimal): -9674035 or 13460076. OLE color: 13460076.

HSL color Cylindrical-coordinate representation of color #6C62CD: hue angle of 245.61º degrees, saturation: 0.52, 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 #6C62CD is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10898205-
CMYK0.470.5200.20
HSL245.61º51.69%59.41%-
HSV(B)245.61º52.2%80.39%-
XYZ21.5716.3359.77-
YUV113.19179.81124.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.28%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 205 (80.47% from 255) = 49.88%
R=26.28%
G=23.84%
B=49.88%

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
Decimal108982050.470.5200.20245.6151.6959.41
Hex6C62CD2F34014f6343b
Octal15414231557640243666473
Binary110110011000101100110110111111010001010011110110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C62CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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