#6970BB

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

Shades of Chetwode Blue #6970BB

Tints of Chetwode Blue #6970BB

Color information

#6970BB (or 0x6970BB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 70 and BB. RGB value is (105,112,187). Sum of RGB (Red+Green+Blue) = 105+112+187=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #6970BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6970BB is #968F44. Grayscale: #767676. Windows color (decimal): -9867077 or 12284009. OLE color: 12284009.

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

Color convert

RGB105112187-
CMYK0.440.4000.27
HSL234.88º37.61%57.25%-
HSV(B)234.88º43.85%73.33%-
XYZ20.5918.1849.44-
YUV118.46166.68118.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 187 (73.44% from 255) = 46.29%
R=25.99%
G=27.72%
B=46.29%

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
Decimal1051121870.440.4000.27234.8837.6157.25
Hex6970BB2C2801Beb2639
Octal15116027354500333534671
Binary110100111100001011101110110010100001101111101011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6970BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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