#6872AC

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

Shades of Chetwode Blue #6872AC

Tints of Chetwode Blue #6872AC

Color information

#6872AC (or 0x6872AC) is unknown color: approx Chetwode Blue. HEX triplet: 68, 72 and AC. RGB value is (104,114,172). Sum of RGB (Red+Green+Blue) = 104+114+172=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #6872AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6872AC is #978D53. Grayscale: #757575. Windows color (decimal): -9932116 or 11301480. OLE color: 11301480.

HSL color Cylindrical-coordinate representation of color #6872AC: hue angle of 231.18º 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 #6872AC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104114172-
CMYK0.400.3400.33
HSL231.18º29.06%54.12%-
HSV(B)231.18º39.53%67.45%-
XYZ19.1717.9641.49-
YUV117.62158.69118.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.67%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=26.67%
G=29.23%
B=44.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041141720.400.3400.33231.1829.0654.12
Hex6872AC2822021e71d36
Octal15016225450420413473566
Binary110100011100101010110010100010001001000011110011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6872AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6872AC; }

 p { color: rgb(104,114,172); }

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

<style>
 a { background-color: #6872AC; }

 a { background-color: rgb(104,114,172); }

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

<style>
 span { border-color: #6872AC; }

 span { border-color: rgb(104,114,172); }

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