#6D79AF

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

Shades of Chetwode Blue #6D79AF

Tints of Chetwode Blue #6D79AF

Color information

#6D79AF (or 0x6D79AF) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 79 and AF. RGB value is (109,121,175). Sum of RGB (Red+Green+Blue) = 109+121+175=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D79AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D79AF is #928650. Grayscale: #7B7B7B. Windows color (decimal): -9602641 or 11499885. OLE color: 11499885.

HSL color Cylindrical-coordinate representation of color #6D79AF: hue angle of 229.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D79AF is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB109121175-
CMYK0.380.3100.31
HSL229.09º29.2%55.69%-
HSV(B)229.09º37.71%68.63%-
XYZ20.8820.0243.32-
YUV123.57157.02117.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.91%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=26.91%
G=29.88%
B=43.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091211750.380.3100.31229.0929.255.69
Hex6D79AF261F01Fe51d38
Octal15517125746370373453570
Binary1101101111100110101111100110111110111111110010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,121,175); }

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

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

 a { background-color: rgb(109,121,175); }

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

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

 span { border-color: rgb(109,121,175); }

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