#6F79AB

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

Shades of Chetwode Blue #6F79AB

Tints of Chetwode Blue #6F79AB

Color information

#6F79AB (or 0x6F79AB) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 79 and AB. RGB value is (111,121,171). Sum of RGB (Red+Green+Blue) = 111+121+171=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F79AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F79AB is #908654. Grayscale: #7B7B7B. Windows color (decimal): -9471573 or 11237743. OLE color: 11237743.

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

Color convert

RGB111121171-
CMYK0.350.2900.33
HSL230º26.32%55.29%-
HSV(B)230º35.09%67.06%-
XYZ20.7419.9941.29-
YUV123.71154.69118.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.54%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=27.54%
G=30.02%
B=42.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111211710.350.2900.3323026.3255.29
Hex6F79AB231D021e61a37
Octal15717125343350413463267
Binary11011111111001101010111000111110101000011110011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F79AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F79AB; }

 p { color: rgb(111,121,171); }

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

<style>
 a { background-color: #6F79AB; }

 a { background-color: rgb(111,121,171); }

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

<style>
 span { border-color: #6F79AB; }

 span { border-color: rgb(111,121,171); }

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