#6877BF

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

Shades of Chetwode Blue #6877BF

Tints of Chetwode Blue #6877BF

Color information

#6877BF (or 0x6877BF) is unknown color: approx Chetwode Blue. HEX triplet: 68, 77 and BF. RGB value is (104,119,191). Sum of RGB (Red+Green+Blue) = 104+119+191=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #6877BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877BF is #978840. Grayscale: #7A7A7A. Windows color (decimal): -9930817 or 12547944. OLE color: 12547944.

HSL color Cylindrical-coordinate representation of color #6877BF: hue angle of 229.66º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6877BF is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104119191-
CMYK0.460.3800.25
HSL229.66º40.47%57.84%-
HSV(B)229.66º45.55%74.9%-
XYZ21.7119.951.99-
YUV122.72166.53114.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.12%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 191 (75% from 255) = 46.14%
R=25.12%
G=28.74%
B=46.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041191910.460.3800.25229.6640.4757.84
Hex6877BF2E26019e6283a
Octal15016727756460313465072
Binary110100011101111011111110111010011001100111100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6877BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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