#6876AE

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

Shades of Chetwode Blue #6876AE

Tints of Chetwode Blue #6876AE

Color information

#6876AE (or 0x6876AE) is unknown color: approx Chetwode Blue. HEX triplet: 68, 76 and AE. RGB value is (104,118,174). Sum of RGB (Red+Green+Blue) = 104+118+174=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #6876AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6876AE is #978951. Grayscale: #777777. Windows color (decimal): -9931090 or 11433576. OLE color: 11433576.

HSL color Cylindrical-coordinate representation of color #6876AE: hue angle of 228º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6876AE is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104118174-
CMYK0.400.3200.32
HSL228º30.17%54.51%-
HSV(B)228º40.23%68.24%-
XYZ19.8318.9642.66-
YUV120.2158.36116.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=26.26%
G=29.80%
B=43.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041181740.400.3200.3222830.1754.51
Hex6876AE2820020e41e37
Octal15016625650400403443667
Binary110100011101101010111010100010000001000001110010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6876AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6876AE; }

 p { color: rgb(104,118,174); }

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

<style>
 a { background-color: #6876AE; }

 a { background-color: rgb(104,118,174); }

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

<style>
 span { border-color: #6876AE; }

 span { border-color: rgb(104,118,174); }

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