#6E77B4

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

Shades of Chetwode Blue #6E77B4

Tints of Chetwode Blue #6E77B4

Color information

#6E77B4 (or 0x6E77B4) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 77 and B4. RGB value is (110,119,180). Sum of RGB (Red+Green+Blue) = 110+119+180=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E77B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E77B4 is #91884B. Grayscale: #7B7B7B. Windows color (decimal): -9537612 or 11827054. OLE color: 11827054.

HSL color Cylindrical-coordinate representation of color #6E77B4: hue angle of 232.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E77B4 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB110119180-
CMYK0.390.3400.29
HSL232.29º31.82%56.86%-
HSV(B)232.29º38.89%70.59%-
XYZ21.2719.845.88-
YUV123.26160.02118.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.89%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=26.89%
G=29.10%
B=44.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101191800.390.3400.29232.2931.8256.86
Hex6E77B4272201De82039
Octal15616726447420353504071
Binary110111011101111011010010011110001001110111101000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E77B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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