Html Css Color HEX #5E68CD Slate Blue

📋 copy color: '#5E68CD'

red 94 ◦ green 104 ◦ blue 205

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

Shades of Slate Blue #5E68CD

Tints of Slate Blue #5E68CD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 23.33%
G = 25.81%
B = 50.87%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E68CD (or 0x5E68CD) is known color: Slate Blue. HEX triplet: 5E, 68 and CD. RGB value is (94,104,205). Sum of RGB (Red+Green+Blue) = 94+104+205=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E68CD is #A19732. Grayscale: #707070. Windows color (decimal): -10590003 or 13461598. OLE color: 13461598.

HSL color Cylindrical-coordinate representation of color #5E68CD: hue angle of 234.59º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E68CD is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 104 205 -
CMYK 0.54 0.49 0 0.20
HSL 234.59º 0.53% 0.59% -
HSV(B) 234.59º 0.54% 0.8% -
XYZ 20.59 16.69 59.89 -
YUV 112.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 94 104 205 0.54 0.49 0 0.20 234.59 0.53 0.59
Hex 5E 68 CD 36 31 0 14 EB 35 3B
Octal 136 150 315 66 61 0 24 353 65 73
Binary 1011110 1101000 11001101 110110 110001 0 10100 11101011 110101 111011

Color Harmonies of #5E68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E68CD

Black with #5E68CD

Text Example


Text Example

White with #5E68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,104,205); }

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

background-color css

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

 a { background-color: rgb(94,104,205); }

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

border-color css

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

 span { border-color: rgb(94,104,205); }

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