Html Css Color HEX #6052CE Slate Blue

📋 copy color: '#6052CE'

red 96 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #6052CE

Tints of Slate Blue #6052CE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

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

R = 25%
G = 21.35%
B = 53.65%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6052CE (or 0x6052CE) is known color: Slate Blue. HEX triplet: 60, 52 and CE. RGB value is (96,82,206). Sum of RGB (Red+Green+Blue) = 96+82+206=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #6052CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052CE is #9FAD31. Grayscale: #636363. Windows color (decimal): -10464562 or 13521504. OLE color: 13521504.

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

Color convert

RGB 96 82 206 -
CMYK 0.53 0.60 0 0.19
HSL 246.77º 0.56% 0.56% -
HSV(B) 246.77º 0.6% 0.81% -
XYZ 18.98 12.98 59.9 -
YUV 100.32 187.64 124.92 -
System Red Green Blue C M Y K H S L
Decimal 96 82 206 0.53 0.60 0 0.19 246.77 0.56 0.56
Hex 60 52 CE 35 3C 0 13 F7 38 38
Octal 140 122 316 65 74 0 23 367 70 70
Binary 1100000 1010010 11001110 110101 111100 0 10011 11110111 111000 111000

Color Harmonies of #6052CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6052CE

Black with #6052CE

Text Example


Text Example

White with #6052CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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