#6e77a5

Color #6E77A5 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6E77A5

Tints of Chetwode Blue #6E77A5

Color information

#6E77A5 (or 0x6E77A5) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 77 and A5. RGB value is (110,119,165). Sum of RGB (Red+Green+Blue) = 110+119+165=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #6E77A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E77A5 is #91885A. Grayscale: #797979. Windows color (decimal): -9537627 or 10844014. OLE color: 10844014.

HSL color Cylindrical-coordinate representation of color #6E77A5: hue angle of 230.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E77A5 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB110119165-
CMYK0.330.2800.35
HSL230.18º23.4%53.92%-
HSV(B)230.18º33.33%64.71%-
XYZ19.8219.2338.26-
YUV121.55152.52119.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.92%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 165 (64.84% from 255) = 41.88%
R=27.92%
G=30.20%
B=41.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101191650.330.2800.35230.1823.453.92
Hex6E77A5211C023e61736
Octal15616724541340433462766
Binary11011101110111101001011000011110001000111110011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e77a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6e77a5;
 }
 .AnyTagClassName
 {
   color: #6e77a5;
 }
</style>
background-color css

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

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

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

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

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

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