Html Css Color HEX #6E77AB Chetwode Blue

📋 copy color: '#6E77AB'

red 110 ◦ green 119 ◦ blue 171

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

Shades of Chetwode Blue #6E77AB

Tints of Chetwode Blue #6E77AB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.75%

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 27.5%
G = 29.75%
B = 42.75%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E77AB (or 0x6E77AB) is known color: Chetwode Blue. HEX triplet: 6E, 77 and AB. RGB value is (110,119,171). Sum of RGB (Red+Green+Blue) = 110+119+171=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E77AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E77AB is #918854. Grayscale: #7A7A7A. Windows color (decimal): -9537621 or 11237230. OLE color: 11237230.

HSL color Cylindrical-coordinate representation of color #6E77AB: hue angle of 231.15º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E77AB is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 119 171 -
CMYK 0.36 0.30 0 0.33
HSL 231.15º 0.27% 0.55% -
HSV(B) 231.15º 0.36% 0.67% -
XYZ 20.38 19.45 41.21 -
YUV 122.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 110 119 171 0.36 0.30 0 0.33 231.15 0.27 0.55
Hex 6E 77 AB 24 1E 0 21 E7 1B 37
Octal 156 167 253 44 36 0 41 347 33 67
Binary 1101110 1110111 10101011 100100 11110 0 100001 11100111 11011 110111

Color Harmonies of #6E77AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E77AB

Black with #6E77AB

Text Example


Text Example

White with #6E77AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,119,171); }

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

background-color css

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

 a { background-color: rgb(110,119,171); }

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

border-color css

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

 span { border-color: rgb(110,119,171); }

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