Html Css Color HEX #5E6FCC Chetwode Blue

📋 copy color: '#5E6FCC'

red 94 ◦ green 111 ◦ blue 204

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

Shades of Chetwode Blue #5E6FCC

Tints of Chetwode Blue #5E6FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.14%

 BLUE value IS 204 (80.08% from 255) = 49.88%

R = 22.98%
G = 27.14%
B = 49.88%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E6FCC (or 0x5E6FCC) is known color: Chetwode Blue. HEX triplet: 5E, 6F and CC. RGB value is (94,111,204). Sum of RGB (Red+Green+Blue) = 94+111+204=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E6FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6FCC is #A19033. Grayscale: #747474. Windows color (decimal): -10588212 or 13397854. OLE color: 13397854.

HSL color Cylindrical-coordinate representation of color #5E6FCC: hue angle of 230.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E6FCC is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 111 204 -
CMYK 0.54 0.46 0 0.2
HSL 230.73º 0.52% 0.58% -
HSV(B) 230.73º 0.54% 0.8% -
XYZ 21.2 18.11 59.5 -
YUV 116.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 94 111 204 0.54 0.46 0 0.2 230.73 0.52 0.58
Hex 5E 6F CC 36 2E 0 14 E7 34 3A
Octal 136 157 314 66 56 0 24 347 64 72
Binary 1011110 1101111 11001100 110110 101110 0 10100 11100111 110100 111010

Color Harmonies of #5E6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6FCC

Black with #5E6FCC

Text Example


Text Example

White with #5E6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,111,204); }

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

background-color css

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

 a { background-color: rgb(94,111,204); }

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

border-color css

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

 span { border-color: rgb(94,111,204); }

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