#6871AD

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

Shades of Chetwode Blue #6871AD

Tints of Chetwode Blue #6871AD

Color information

#6871AD (or 0x6871AD) is unknown color: approx Chetwode Blue. HEX triplet: 68, 71 and AD. RGB value is (104,113,173). Sum of RGB (Red+Green+Blue) = 104+113+173=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #6871AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6871AD is #978E52. Grayscale: #747474. Windows color (decimal): -9932371 or 11366760. OLE color: 11366760.

HSL color Cylindrical-coordinate representation of color #6871AD: hue angle of 232.17º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6871AD is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104113173-
CMYK0.400.3500.32
HSL232.17º29.61%54.31%-
HSV(B)232.17º39.88%67.84%-
XYZ19.1617.7741.96-
YUV117.15159.52118.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.67%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=26.67%
G=28.97%
B=44.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041131730.400.3500.32232.1729.6154.31
Hex6871AD2823020e81e36
Octal15016125550430403503666
Binary110100011100011010110110100010001101000001110100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6871AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6871AD; }

 p { color: rgb(104,113,173); }

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

<style>
 a { background-color: #6871AD; }

 a { background-color: rgb(104,113,173); }

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

<style>
 span { border-color: #6871AD; }

 span { border-color: rgb(104,113,173); }

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