#6970BA

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

Shades of Chetwode Blue #6970BA

Tints of Chetwode Blue #6970BA

Color information

#6970BA (or 0x6970BA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 70 and BA. RGB value is (105,112,186). Sum of RGB (Red+Green+Blue) = 105+112+186=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #6970BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6970BA is #968F45. Grayscale: #767676. Windows color (decimal): -9867078 or 12218473. OLE color: 12218473.

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

Color convert

RGB105112186-
CMYK0.440.4000.27
HSL234.81º36.99%57.06%-
HSV(B)234.81º43.55%72.94%-
XYZ20.4818.1448.88-
YUV118.34166.18118.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=26.05%
G=27.79%
B=46.15%

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
Decimal1051121860.440.4000.27234.8136.9957.06
Hex6970BA2C2801Beb2539
Octal15116027254500333534571
Binary110100111100001011101010110010100001101111101011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6970BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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