#6064CC

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

Shades of Slate Blue #6064CC

Tints of Slate Blue #6064CC

Color information

#6064CC (or 0x6064CC) is unknown color: approx Slate Blue. HEX triplet: 60, 64 and CC. RGB value is (96,100,204). Sum of RGB (Red+Green+Blue) = 96+100+204=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #6064CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6064CC is #9F9B33. Grayscale: #6E6E6E. Windows color (decimal): -10459956 or 13395040. OLE color: 13395040.

HSL color Cylindrical-coordinate representation of color #6064CC: hue angle of 237.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6064CC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB96100204-
CMYK0.530.5100.2
HSL237.78º51.43%58.82%-
HSV(B)237.78º52.94%80%-
XYZ20.2815.9659.14-
YUV110.66180.67117.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 204 (80.08% from 255) = 51%
R=24%
G=25%
B=51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal961002040.530.5100.2237.7851.4358.82
Hex6064CC3533014ee333b
Octal14014431465630243566373
Binary110000011001001100110011010111001101010011101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6064CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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