#6974AB

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

Shades of Chetwode Blue #6974AB

Tints of Chetwode Blue #6974AB

Color information

#6974AB (or 0x6974AB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 74 and AB. RGB value is (105,116,171). Sum of RGB (Red+Green+Blue) = 105+116+171=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #6974AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6974AB is #968B54. Grayscale: #767676. Windows color (decimal): -9866069 or 11236457. OLE color: 11236457.

HSL color Cylindrical-coordinate representation of color #6974AB: hue angle of 230º degrees, saturation: 0.28, 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 #6974AB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105116171-
CMYK0.390.3200.33
HSL230º28.21%54.12%-
HSV(B)230º38.6%67.06%-
XYZ19.4218.4341.06-
YUV118.98157.36118.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.79%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=26.79%
G=29.59%
B=43.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051161710.390.3200.3323028.2154.12
Hex6974AB2720021e61c36
Octal15116425347400413463466
Binary110100111101001010101110011110000001000011110011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6974AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6974AB; }

 p { color: rgb(105,116,171); }

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

<style>
 a { background-color: #6974AB; }

 a { background-color: rgb(105,116,171); }

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

<style>
 span { border-color: #6974AB; }

 span { border-color: rgb(105,116,171); }

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