Html Css Color HEX #5E66CF Slate Blue

📋 copy color: '#5E66CF'

red 94 ◦ green 102 ◦ blue 207

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

Shades of Slate Blue #5E66CF

Tints of Slate Blue #5E66CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 23.33%
G = 25.31%
B = 51.36%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E66CF (or 0x5E66CF) is known color: Slate Blue. HEX triplet: 5E, 66 and CF. RGB value is (94,102,207). Sum of RGB (Red+Green+Blue) = 94+102+207=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E66CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E66CF is #A19930. Grayscale: #6F6F6F. Windows color (decimal): -10590513 or 13592158. OLE color: 13592158.

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

Color convert

RGB 94 102 207 -
CMYK 0.55 0.51 0 0.19
HSL 235.75º 0.54% 0.59% -
HSV(B) 235.75º 0.55% 0.81% -
XYZ 20.63 16.39 61.11 -
YUV 111.58 181.85 115.46 -
System Red Green Blue C M Y K H S L
Decimal 94 102 207 0.55 0.51 0 0.19 235.75 0.54 0.59
Hex 5E 66 CF 37 33 0 13 EC 36 3B
Octal 136 146 317 67 63 0 23 354 66 73
Binary 1011110 1100110 11001111 110111 110011 0 10011 11101100 110110 111011

Color Harmonies of #5E66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E66CF

Black with #5E66CF

Text Example


Text Example

White with #5E66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,102,207); }

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

background-color css

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

 a { background-color: rgb(94,102,207); }

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

border-color css

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

 span { border-color: rgb(94,102,207); }

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