#6970AC

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

Shades of Chetwode Blue #6970AC

Tints of Chetwode Blue #6970AC

Color information

#6970AC (or 0x6970AC) is unknown color: approx Chetwode Blue. HEX triplet: 69, 70 and AC. RGB value is (105,112,172). Sum of RGB (Red+Green+Blue) = 105+112+172=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #6970AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6970AC is #968F53. Grayscale: #747474. Windows color (decimal): -9867092 or 11300969. OLE color: 11300969.

HSL color Cylindrical-coordinate representation of color #6970AC: hue angle of 233.73º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6970AC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105112172-
CMYK0.390.3500.33
HSL233.73º28.76%54.31%-
HSV(B)233.73º38.95%67.45%-
XYZ19.0717.5741.42-
YUV116.75159.18119.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=26.99%
G=28.79%
B=44.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051121720.390.3500.33233.7328.7654.31
Hex6970AC2723021ea1d36
Octal15116025447430413523566
Binary110100111100001010110010011110001101000011110101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6970AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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