Html Css Color HEX #5D68CE Slate Blue

📋 copy color: '#5D68CE'

red 93 ◦ green 104 ◦ blue 206

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

Shades of Slate Blue #5D68CE

Tints of Slate Blue #5D68CE

RGB

 RED value IS 93 (36.72% from 255) = 23.08%

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

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

R = 23.08%
G = 25.81%
B = 51.12%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D68CE (or 0x5D68CE) is known color: Slate Blue. HEX triplet: 5D, 68 and CE. RGB value is (93,104,206). Sum of RGB (Red+Green+Blue) = 93+104+206=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D68CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D68CE is #A29731. Grayscale: #6F6F6F. Windows color (decimal): -10655538 or 13527133. OLE color: 13527133.

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

Color convert

RGB 93 104 206 -
CMYK 0.55 0.50 0 0.19
HSL 234.16º 0.54% 0.59% -
HSV(B) 234.16º 0.55% 0.81% -
XYZ 20.61 16.68 60.53 -
YUV 112.34 180.86 114.21 -
System Red Green Blue C M Y K H S L
Decimal 93 104 206 0.55 0.50 0 0.19 234.16 0.54 0.59
Hex 5D 68 CE 37 32 0 13 EA 36 3B
Octal 135 150 316 67 62 0 23 352 66 73
Binary 1011101 1101000 11001110 110111 110010 0 10011 11101010 110110 111011

Color Harmonies of #5D68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D68CE

Black with #5D68CE

Text Example


Text Example

White with #5D68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,104,206); }

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

background-color css

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

 a { background-color: rgb(93,104,206); }

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

border-color css

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

 span { border-color: rgb(93,104,206); }

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