Html Css Color HEX #6062CC Slate Blue

📋 copy color: '#6062CC'

red 96 ◦ green 98 ◦ blue 204

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

Shades of Slate Blue #6062CC

Tints of Slate Blue #6062CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 24.12%
G = 24.62%
B = 51.26%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6062CC (or 0x6062CC) is known color: Slate Blue. HEX triplet: 60, 62 and CC. RGB value is (96,98,204). Sum of RGB (Red+Green+Blue) = 96+98+204=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #6062CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6062CC is #9F9D33. Grayscale: #6D6D6D. Windows color (decimal): -10460468 or 13394528. OLE color: 13394528.

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

Color convert

RGB 96 98 204 -
CMYK 0.53 0.52 0 0.2
HSL 238.89º 0.51% 0.59% -
HSV(B) 238.89º 0.53% 0.8% -
XYZ 20.09 15.58 59.08 -
YUV 109.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 96 98 204 0.53 0.52 0 0.2 238.89 0.51 0.59
Hex 60 62 CC 35 34 0 14 EF 33 3B
Octal 140 142 314 65 64 0 24 357 63 73
Binary 1100000 1100010 11001100 110101 110100 0 10100 11101111 110011 111011

Color Harmonies of #6062CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6062CC

Black with #6062CC

Text Example


Text Example

White with #6062CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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