Html Css Color HEX #5E69CE Slate Blue

📋 copy color: '#5E69CE'

red 94 ◦ green 105 ◦ blue 206

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

Shades of Slate Blue #5E69CE

Tints of Slate Blue #5E69CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.93%

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

R = 23.21%
G = 25.93%
B = 50.86%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E69CE (or 0x5E69CE) is known color: Slate Blue. HEX triplet: 5E, 69 and CE. RGB value is (94,105,206). Sum of RGB (Red+Green+Blue) = 94+105+206=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E69CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E69CE is #A19631. Grayscale: #707070. Windows color (decimal): -10589746 or 13527390. OLE color: 13527390.

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

Color convert

RGB 94 105 206 -
CMYK 0.54 0.49 0 0.19
HSL 234.11º 0.53% 0.59% -
HSV(B) 234.11º 0.54% 0.81% -
XYZ 20.81 16.94 60.57 -
YUV 113.23 180.36 114.29 -
System Red Green Blue C M Y K H S L
Decimal 94 105 206 0.54 0.49 0 0.19 234.11 0.53 0.59
Hex 5E 69 CE 36 31 0 13 EA 35 3B
Octal 136 151 316 66 61 0 23 352 65 73
Binary 1011110 1101001 11001110 110110 110001 0 10011 11101010 110101 111011

Color Harmonies of #5E69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E69CE

Black with #5E69CE

Text Example


Text Example

White with #5E69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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