#6064CA

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

Shades of Slate Blue #6064CA

Tints of Slate Blue #6064CA

Color information

#6064CA (or 0x6064CA) is unknown color: approx Slate Blue. HEX triplet: 60, 64 and CA. RGB value is (96,100,202). Sum of RGB (Red+Green+Blue) = 96+100+202=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #6064CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6064CA is #9F9B35. Grayscale: #6E6E6E. Windows color (decimal): -10459958 or 13263968. OLE color: 13263968.

HSL color Cylindrical-coordinate representation of color #6064CA: hue angle of 237.74º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6064CA is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB96100202-
CMYK0.520.5000.21
HSL237.74º50%58.43%-
HSV(B)237.74º52.48%79.22%-
XYZ20.0415.8757.88-
YUV110.43179.67117.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=24.12%
G=25.13%
B=50.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal961002020.520.5000.21237.745058.43
Hex6064CA3432015ee323a
Octal14014431264620253566272
Binary110000011001001100101011010011001001010111101110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6064CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6064CA; }

 p { color: rgb(96,100,202); }

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

<style>
 a { background-color: #6064CA; }

 a { background-color: rgb(96,100,202); }

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

<style>
 span { border-color: #6064CA; }

 span { border-color: rgb(96,100,202); }

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