Html Css Color HEX #6062CF Slate Blue

📋 copy color: '#6062CF'

red 96 ◦ green 98 ◦ blue 207

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

Shades of Slate Blue #6062CF

Tints of Slate Blue #6062CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.44%

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

R = 23.94%
G = 24.44%
B = 51.62%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6062CF (or 0x6062CF) is known color: Slate Blue. HEX triplet: 60, 62 and CF. RGB value is (96,98,207). Sum of RGB (Red+Green+Blue) = 96+98+207=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #6062CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6062CF is #9F9D30. Grayscale: #6D6D6D. Windows color (decimal): -10460465 or 13591136. OLE color: 13591136.

HSL color Cylindrical-coordinate representation of color #6062CF: hue angle of 238.92º 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 #6062CF is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 98 207 -
CMYK 0.54 0.53 0 0.19
HSL 238.92º 0.54% 0.59% -
HSV(B) 238.92º 0.54% 0.81% -
XYZ 20.45 15.73 60.99 -
YUV 109.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 96 98 207 0.54 0.53 0 0.19 238.92 0.54 0.59
Hex 60 62 CF 36 35 0 13 EF 36 3B
Octal 140 142 317 66 65 0 23 357 66 73
Binary 1100000 1100010 11001111 110110 110101 0 10011 11101111 110110 111011

Color Harmonies of #6062CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6062CF

Black with #6062CF

Text Example


Text Example

White with #6062CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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