Html Css Color HEX #5E6CCF Chetwode Blue

📋 copy color: '#5E6CCF'

red 94 ◦ green 108 ◦ blue 207

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

Shades of Chetwode Blue #5E6CCF

Tints of Chetwode Blue #5E6CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.41%

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

R = 22.98%
G = 26.41%
B = 50.61%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E6CCF (or 0x5E6CCF) is known color: Chetwode Blue. HEX triplet: 5E, 6C and CF. RGB value is (94,108,207). Sum of RGB (Red+Green+Blue) = 94+108+207=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E6CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6CCF is #A19330. Grayscale: #727272. Windows color (decimal): -10588977 or 13593694. OLE color: 13593694.

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

Color convert

RGB 94 108 207 -
CMYK 0.55 0.48 0 0.19
HSL 232.57º 0.54% 0.59% -
HSV(B) 232.57º 0.55% 0.81% -
XYZ 21.24 17.61 61.31 -
YUV 115.1 179.86 112.95 -
System Red Green Blue C M Y K H S L
Decimal 94 108 207 0.55 0.48 0 0.19 232.57 0.54 0.59
Hex 5E 6C CF 37 30 0 13 E9 36 3B
Octal 136 154 317 67 60 0 23 351 66 73
Binary 1011110 1101100 11001111 110111 110000 0 10011 11101001 110110 111011

Color Harmonies of #5E6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6CCF

Black with #5E6CCF

Text Example


Text Example

White with #5E6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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