Html Css Color HEX #6E71AE Chetwode Blue

📋 copy color: '#6E71AE'

red 110 ◦ green 113 ◦ blue 174

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

Shades of Chetwode Blue #6E71AE

Tints of Chetwode Blue #6E71AE

RGB

 RED value IS 110 (43.36% from 255) = 27.71%

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 27.71%
G = 28.46%
B = 43.83%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E71AE (or 0x6E71AE) is known color: Chetwode Blue. HEX triplet: 6E, 71 and AE. RGB value is (110,113,174). Sum of RGB (Red+Green+Blue) = 110+113+174=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E71AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E71AE is #918E51. Grayscale: #767676. Windows color (decimal): -9539154 or 11432302. OLE color: 11432302.

HSL color Cylindrical-coordinate representation of color #6E71AE: hue angle of 237.19º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E71AE is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 113 174 -
CMYK 0.37 0.35 0 0.32
HSL 237.19º 0.28% 0.56% -
HSV(B) 237.19º 0.37% 0.68% -
XYZ 19.98 18.18 42.5 -
YUV 119.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 110 113 174 0.37 0.35 0 0.32 237.19 0.28 0.56
Hex 6E 71 AE 25 23 0 20 ED 1C 38
Octal 156 161 256 45 43 0 40 355 34 70
Binary 1101110 1110001 10101110 100101 100011 0 100000 11101101 11100 111000

Color Harmonies of #6E71AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E71AE

Black with #6E71AE

Text Example


Text Example

White with #6E71AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E71AE; }

 p { color: rgb(110,113,174); }

 H1.HeaderClassName
 {
   color: #6E71AE;
 }
 .AnyTagClassName
 {
   color: #6E71AE;
 }
</style>

background-color css

<style>
 a { background-color: #6E71AE; }

 a { background-color: rgb(110,113,174); }

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

border-color css

<style>
 span { border-color: #6E71AE; }

 span { border-color: rgb(110,113,174); }

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