#6878B2

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

Shades of Chetwode Blue #6878B2

Tints of Chetwode Blue #6878B2

Color information

#6878B2 (or 0x6878B2) is unknown color: approx Chetwode Blue. HEX triplet: 68, 78 and B2. RGB value is (104,120,178). Sum of RGB (Red+Green+Blue) = 104+120+178=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #6878B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6878B2 is #97874D. Grayscale: #797979. Windows color (decimal): -9930574 or 11696232. OLE color: 11696232.

HSL color Cylindrical-coordinate representation of color #6878B2: hue angle of 227.03º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6878B2 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB104120178-
CMYK0.420.3300.30
HSL227.03º32.46%55.29%-
HSV(B)227.03º41.57%69.8%-
XYZ20.4619.5944.82-
YUV121.83159.7115.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 178 (69.92% from 255) = 44.28%
R=25.87%
G=29.85%
B=44.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041201780.420.3300.30227.0332.4655.29
Hex6878B22A2101Ee32037
Octal15017026252410363434067
Binary110100011110001011001010101010000101111011100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6878B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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