#6878AC

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

Shades of Chetwode Blue #6878AC

Tints of Chetwode Blue #6878AC

Color information

#6878AC (or 0x6878AC) is unknown color: approx Chetwode Blue. HEX triplet: 68, 78 and AC. RGB value is (104,120,172). Sum of RGB (Red+Green+Blue) = 104+120+172=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #6878AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6878AC is #978753. Grayscale: #787878. Windows color (decimal): -9930580 or 11303016. OLE color: 11303016.

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

Color convert

RGB104120172-
CMYK0.400.3000.33
HSL225.88º29.06%54.12%-
HSV(B)225.88º39.53%67.45%-
XYZ19.8719.3541.72-
YUV121.14156.7115.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=26.26%
G=30.30%
B=43.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041201720.400.3000.33225.8829.0654.12
Hex6878AC281E021e21d36
Octal15017025450360413423566
Binary11010001111000101011001010001111001000011110001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6878AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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