#6462C9

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

Shades of Slate Blue #6462C9

Tints of Slate Blue #6462C9

Color information

#6462C9 (or 0x6462C9) is unknown color: approx Slate Blue. HEX triplet: 64, 62 and C9. RGB value is (100,98,201). Sum of RGB (Red+Green+Blue) = 100+98+201=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #6462C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6462C9 is #9B9D36. Grayscale: #6D6D6D. Windows color (decimal): -10198327 or 13197924. OLE color: 13197924.

HSL color Cylindrical-coordinate representation of color #6462C9: hue angle of 241.17º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6462C9 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10098201-
CMYK0.500.5100.21
HSL241.17º48.82%58.63%-
HSV(B)241.17º51.24%78.82%-
XYZ20.1715.6657.22-
YUV110.34179.16120.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 201 (78.91% from 255) = 50.38%
R=25.06%
G=24.56%
B=50.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100982010.500.5100.21241.1748.8258.63
Hex6462C93233015f1313b
Octal14414231162630253616173
Binary110010011000101100100111001011001101010111110001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6462C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6462C9; }

 p { color: rgb(100,98,201); }

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

<style>
 a { background-color: #6462C9; }

 a { background-color: rgb(100,98,201); }

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

<style>
 span { border-color: #6462C9; }

 span { border-color: rgb(100,98,201); }

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