Html Css Color HEX #6062CE Slate Blue

📋 copy color: '#6062CE'

red 96 ◦ green 98 ◦ blue 206

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

Shades of Slate Blue #6062CE

Tints of Slate Blue #6062CE

RGB

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

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

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

R = 24%
G = 24.5%
B = 51.5%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6062CE (or 0x6062CE) is known color: Slate Blue. HEX triplet: 60, 62 and CE. RGB value is (96,98,206). Sum of RGB (Red+Green+Blue) = 96+98+206=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #6062CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6062CE is #9F9D31. Grayscale: #6D6D6D. Windows color (decimal): -10460466 or 13525600. OLE color: 13525600.

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

Color convert

RGB 96 98 206 -
CMYK 0.53 0.52 0 0.19
HSL 238.91º 0.53% 0.59% -
HSV(B) 238.91º 0.53% 0.81% -
XYZ 20.33 15.68 60.35 -
YUV 109.71 182.34 118.22 -
System Red Green Blue C M Y K H S L
Decimal 96 98 206 0.53 0.52 0 0.19 238.91 0.53 0.59
Hex 60 62 CE 35 34 0 13 EF 35 3B
Octal 140 142 316 65 64 0 23 357 65 73
Binary 1100000 1100010 11001110 110101 110100 0 10011 11101111 110101 111011

Color Harmonies of #6062CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6062CE

Black with #6062CE

Text Example


Text Example

White with #6062CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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