#6776AB

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

Shades of Chetwode Blue #6776AB

Tints of Chetwode Blue #6776AB

Color information

#6776AB (or 0x6776AB) is unknown color: approx Chetwode Blue. HEX triplet: 67, 76 and AB. RGB value is (103,118,171). Sum of RGB (Red+Green+Blue) = 103+118+171=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #6776AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6776AB is #988954. Grayscale: #777777. Windows color (decimal): -9996629 or 11236967. OLE color: 11236967.

HSL color Cylindrical-coordinate representation of color #6776AB: hue angle of 226.76º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6776AB is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103118171-
CMYK0.400.3100.33
HSL226.76º28.81%53.73%-
HSV(B)226.76º39.77%67.06%-
XYZ19.4218.7841.13-
YUV119.56157.03116.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.28%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=26.28%
G=30.10%
B=43.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031181710.400.3100.33226.7628.8153.73
Hex6776AB281F021e31d36
Octal14716625350370413433566
Binary11001111110110101010111010001111101000011110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6776AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6776AB; }

 p { color: rgb(103,118,171); }

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

<style>
 a { background-color: #6776AB; }

 a { background-color: rgb(103,118,171); }

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

<style>
 span { border-color: #6776AB; }

 span { border-color: rgb(103,118,171); }

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