#6971BB

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

Shades of Chetwode Blue #6971BB

Tints of Chetwode Blue #6971BB

Color information

#6971BB (or 0x6971BB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 71 and BB. RGB value is (105,113,187). Sum of RGB (Red+Green+Blue) = 105+113+187=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #6971BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6971BB is #968E44. Grayscale: #767676. Windows color (decimal): -9866821 or 12284265. OLE color: 12284265.

HSL color Cylindrical-coordinate representation of color #6971BB: hue angle of 234.15º degrees, saturation: 0.38, 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 #6971BB is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105113187-
CMYK0.440.4000.27
HSL234.15º37.61%57.25%-
HSV(B)234.15º43.85%73.33%-
XYZ20.718.449.47-
YUV119.04166.35117.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=25.93%
G=27.90%
B=46.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051131870.440.4000.27234.1537.6157.25
Hex6971BB2C2801Bea2639
Octal15116127354500333524671
Binary110100111100011011101110110010100001101111101010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6971BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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