Html Css Color HEX #6064CE Slate Blue

📋 copy color: '#6064CE'

red 96 ◦ green 100 ◦ blue 206

#6064CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6064CE

Tints of Slate Blue #6064CE

RGB

 RED value IS 96 (37.89% from 255) = 23.88%

 GREEN value IS 100 (39.45% from 255) = 24.88%

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 23.88%
G = 24.88%
B = 51.24%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6064CE (or 0x6064CE) is known color: Slate Blue. HEX triplet: 60, 64 and CE. RGB value is (96,100,206). Sum of RGB (Red+Green+Blue) = 96+100+206=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #6064CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6064CE is #9F9B31. Grayscale: #6E6E6E. Windows color (decimal): -10459954 or 13526112. OLE color: 13526112.

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

Color convert

RGB 96 100 206 -
CMYK 0.53 0.51 0 0.19
HSL 237.82º 0.53% 0.59% -
HSV(B) 237.82º 0.53% 0.81% -
XYZ 20.52 16.06 60.41 -
YUV 110.89 181.67 117.38 -
System Red Green Blue C M Y K H S L
Decimal 96 100 206 0.53 0.51 0 0.19 237.82 0.53 0.59
Hex 60 64 CE 35 33 0 13 EE 35 3B
Octal 140 144 316 65 63 0 23 356 65 73
Binary 1100000 1100100 11001110 110101 110011 0 10011 11101110 110101 111011

Color Harmonies of #6064CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6064CE

Black with #6064CE

Text Example


Text Example

White with #6064CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6064CE;
 }
 .AnyTagClassName
 {
   color: #6064CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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