#6977A4

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

Shades of Chetwode Blue #6977A4

Tints of Chetwode Blue #6977A4

Color information

#6977A4 (or 0x6977A4) is unknown color: approx Chetwode Blue. HEX triplet: 69, 77 and A4. RGB value is (105,119,164). Sum of RGB (Red+Green+Blue) = 105+119+164=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #6977A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6977A4 is #96885B. Grayscale: #777777. Windows color (decimal): -9865308 or 10778473. OLE color: 10778473.

HSL color Cylindrical-coordinate representation of color #6977A4: hue angle of 225.76º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6977A4 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB105119164-
CMYK0.360.2700.36
HSL225.76º24.48%52.75%-
HSV(B)225.76º35.98%64.31%-
XYZ19.1218.8837.76-
YUV119.94152.86117.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 164 (64.45% from 255) = 42.27%
R=27.06%
G=30.67%
B=42.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051191640.360.2700.36225.7624.4852.75
Hex6977A4241B024e21835
Octal15116724444330443423065
Binary11010011110111101001001001001101101001001110001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6977A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6977A4; }

 p { color: rgb(105,119,164); }

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

<style>
 a { background-color: #6977A4; }

 a { background-color: rgb(105,119,164); }

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

<style>
 span { border-color: #6977A4; }

 span { border-color: rgb(105,119,164); }

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