Html Css Color HEX #6064CF Slate Blue

📋 copy color: '#6064CF'

red 96 ◦ green 100 ◦ blue 207

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

Shades of Slate Blue #6064CF

Tints of Slate Blue #6064CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 23.82%
G = 24.81%
B = 51.36%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6064CF (or 0x6064CF) is known color: Slate Blue. HEX triplet: 60, 64 and CF. RGB value is (96,100,207). Sum of RGB (Red+Green+Blue) = 96+100+207=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #6064CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6064CF is #9F9B30. Grayscale: #6E6E6E. Windows color (decimal): -10459953 or 13591648. OLE color: 13591648.

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

Color convert

RGB 96 100 207 -
CMYK 0.54 0.52 0 0.19
HSL 237.84º 0.54% 0.59% -
HSV(B) 237.84º 0.54% 0.81% -
XYZ 20.64 16.11 61.05 -
YUV 111 182.17 117.3 -
System Red Green Blue C M Y K H S L
Decimal 96 100 207 0.54 0.52 0 0.19 237.84 0.54 0.59
Hex 60 64 CF 36 34 0 13 EE 36 3B
Octal 140 144 317 66 64 0 23 356 66 73
Binary 1100000 1100100 11001111 110110 110100 0 10011 11101110 110110 111011

Color Harmonies of #6064CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6064CF

Black with #6064CF

Text Example


Text Example

White with #6064CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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