#6872BF

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

Shades of Chetwode Blue #6872BF

Tints of Chetwode Blue #6872BF

Color information

#6872BF (or 0x6872BF) is unknown color: approx Chetwode Blue. HEX triplet: 68, 72 and BF. RGB value is (104,114,191). Sum of RGB (Red+Green+Blue) = 104+114+191=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #6872BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6872BF is #978D40. Grayscale: #777777. Windows color (decimal): -9932097 or 12546664. OLE color: 12546664.

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

Color convert

RGB104114191-
CMYK0.460.4000.25
HSL233.1º40.47%57.84%-
HSV(B)233.1º45.55%74.9%-
XYZ21.1318.7451.79-
YUV119.79168.19116.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 191 (75% from 255) = 46.70%
R=25.43%
G=27.87%
B=46.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041141910.460.4000.25233.140.4757.84
Hex6872BF2E28019e9283a
Octal15016227756500313515072
Binary110100011100101011111110111010100001100111101001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6872BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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