#6877BA

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

Shades of Chetwode Blue #6877BA

Tints of Chetwode Blue #6877BA

Color information

#6877BA (or 0x6877BA) is unknown color: approx Chetwode Blue. HEX triplet: 68, 77 and BA. RGB value is (104,119,186). Sum of RGB (Red+Green+Blue) = 104+119+186=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #6877BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877BA is #978845. Grayscale: #797979. Windows color (decimal): -9930822 or 12220264. OLE color: 12220264.

HSL color Cylindrical-coordinate representation of color #6877BA: hue angle of 229.02º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6877BA is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104119186-
CMYK0.440.3600.27
HSL229.02º37.27%56.86%-
HSV(B)229.02º44.09%72.94%-
XYZ21.1719.6849.14-
YUV122.15164.03115.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=25.43%
G=29.10%
B=45.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041191860.440.3600.27229.0237.2756.86
Hex6877BA2C2401Be52539
Octal15016727254440333454571
Binary110100011101111011101010110010010001101111100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6877BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6877BA; }

 p { color: rgb(104,119,186); }

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

<style>
 a { background-color: #6877BA; }

 a { background-color: rgb(104,119,186); }

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

<style>
 span { border-color: #6877BA; }

 span { border-color: rgb(104,119,186); }

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