#6971AD

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

Shades of Chetwode Blue #6971AD

Tints of Chetwode Blue #6971AD

Color information

#6971AD (or 0x6971AD) is unknown color: approx Chetwode Blue. HEX triplet: 69, 71 and AD. RGB value is (105,113,173). Sum of RGB (Red+Green+Blue) = 105+113+173=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #6971AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6971AD is #968E52. Grayscale: #757575. Windows color (decimal): -9866835 or 11366761. OLE color: 11366761.

HSL color Cylindrical-coordinate representation of color #6971AD: hue angle of 232.94º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6971AD is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105113173-
CMYK0.390.3500.32
HSL232.94º29.31%54.51%-
HSV(B)232.94º39.31%67.84%-
XYZ19.2717.8341.96-
YUV117.45159.35119.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=26.85%
G=28.90%
B=44.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051131730.390.3500.32232.9429.3154.51
Hex6971AD2723020e91d37
Octal15116125547430403513567
Binary110100111100011010110110011110001101000001110100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6971AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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