Html Css Color HEX #5E60CE Slate Blue

📋 copy color: '#5E60CE'

red 94 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #5E60CE

Tints of Slate Blue #5E60CE

RGB

 RED value IS 94 (37.11% from 255) = 23.74%

 GREEN value IS 96 (37.89% from 255) = 24.24%

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

R = 23.74%
G = 24.24%
B = 52.02%

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

#5E60CE (or 0x5E60CE) is known color: Slate Blue. HEX triplet: 5E, 60 and CE. RGB value is (94,96,206). Sum of RGB (Red+Green+Blue) = 94+96+206=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E60CE is #A19F31. Grayscale: #6B6B6B. Windows color (decimal): -10592050 or 13525086. OLE color: 13525086.

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

Color convert

RGB 94 96 206 -
CMYK 0.54 0.53 0 0.19
HSL 238.93º 0.53% 0.59% -
HSV(B) 238.93º 0.54% 0.81% -
XYZ 19.94 15.2 60.28 -
YUV 107.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 94 96 206 0.54 0.53 0 0.19 238.93 0.53 0.59
Hex 5E 60 CE 36 35 0 13 EF 35 3B
Octal 136 140 316 66 65 0 23 357 65 73
Binary 1011110 1100000 11001110 110110 110101 0 10011 11101111 110101 111011

Color Harmonies of #5E60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E60CE

Black with #5E60CE

Text Example


Text Example

White with #5E60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E60CE; }

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

 H1.HeaderClassName
 {
   color: #5E60CE;
 }
 .AnyTagClassName
 {
   color: #5E60CE;
 }
</style>

background-color css

<style>
 a { background-color: #5E60CE; }

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

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

border-color css

<style>
 span { border-color: #5E60CE; }

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

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