Html Css Color HEX #5E6CC8 Chetwode Blue

📋 copy color: '#5E6CC8'

red 94 ◦ green 108 ◦ blue 200

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

Shades of Chetwode Blue #5E6CC8

Tints of Chetwode Blue #5E6CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.75%

R = 23.38%
G = 26.87%
B = 49.75%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5E6CC8 (or 0x5E6CC8) is known color: Chetwode Blue. HEX triplet: 5E, 6C and C8. RGB value is (94,108,200). Sum of RGB (Red+Green+Blue) = 94+108+200=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 200 (78.52% from 255 or 49.75% from 402); Max value from RGB is 200 - color contains mainly: blue. Hex color #5E6CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6CC8 is #A19337. Grayscale: #717171. Windows color (decimal): -10588984 or 13134942. OLE color: 13134942.

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

Color convert

RGB 94 108 200 -
CMYK 0.53 0.46 0 0.22
HSL 232.08º 0.49% 0.58% -
HSV(B) 232.08º 0.53% 0.78% -
XYZ 20.4 17.27 56.9 -
YUV 114.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 94 108 200 0.53 0.46 0 0.22 232.08 0.49 0.58
Hex 5E 6C C8 35 2E 0 16 E8 31 3A
Octal 136 154 310 65 56 0 26 350 61 72
Binary 1011110 1101100 11001000 110101 101110 0 10110 11101000 110001 111010

Color Harmonies of #5E6CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6CC8

Black with #5E6CC8

Text Example


Text Example

White with #5E6CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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