Html Css Color HEX #5E6CC9 Chetwode Blue

📋 copy color: '#5E6CC9'

red 94 ◦ green 108 ◦ blue 201

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

Shades of Chetwode Blue #5E6CC9

Tints of Chetwode Blue #5E6CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.88%

R = 23.33%
G = 26.8%
B = 49.88%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E6CC9 (or 0x5E6CC9) is known color: Chetwode Blue. HEX triplet: 5E, 6C and C9. RGB value is (94,108,201). Sum of RGB (Red+Green+Blue) = 94+108+201=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #5E6CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6CC9 is #A19336. Grayscale: #727272. Windows color (decimal): -10588983 or 13200478. OLE color: 13200478.

HSL color Cylindrical-coordinate representation of color #5E6CC9: hue angle of 232.15º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E6CC9 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 108 201 -
CMYK 0.53 0.46 0 0.21
HSL 232.15º 0.5% 0.58% -
HSV(B) 232.15º 0.53% 0.79% -
XYZ 20.52 17.32 57.52 -
YUV 114.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 94 108 201 0.53 0.46 0 0.21 232.15 0.5 0.58
Hex 5E 6C C9 35 2E 0 15 E8 32 3A
Octal 136 154 311 65 56 0 25 350 62 72
Binary 1011110 1101100 11001001 110101 101110 0 10101 11101000 110010 111010

Color Harmonies of #5E6CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6CC9

Black with #5E6CC9

Text Example


Text Example

White with #5E6CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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