Html Css Color HEX #6055CE Slate Blue

📋 copy color: '#6055CE'

red 96 ◦ green 85 ◦ blue 206

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

Shades of Slate Blue #6055CE

Tints of Slate Blue #6055CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 24.81%
G = 21.96%
B = 53.23%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6055CE (or 0x6055CE) is known color: Slate Blue. HEX triplet: 60, 55 and CE. RGB value is (96,85,206). Sum of RGB (Red+Green+Blue) = 96+85+206=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #6055CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6055CE is #9FAA31. Grayscale: #656565. Windows color (decimal): -10463794 or 13522272. OLE color: 13522272.

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

Color convert

RGB 96 85 206 -
CMYK 0.53 0.59 0 0.19
HSL 245.45º 0.55% 0.57% -
HSV(B) 245.45º 0.59% 0.81% -
XYZ 19.21 13.44 59.97 -
YUV 102.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 96 85 206 0.53 0.59 0 0.19 245.45 0.55 0.57
Hex 60 55 CE 35 3B 0 13 F5 37 39
Octal 140 125 316 65 73 0 23 365 67 71
Binary 1100000 1010101 11001110 110101 111011 0 10011 11110101 110111 111001

Color Harmonies of #6055CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6055CE

Black with #6055CE

Text Example


Text Example

White with #6055CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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