#6C79AF

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

Shades of Chetwode Blue #6C79AF

Tints of Chetwode Blue #6C79AF

Color information

#6C79AF (or 0x6C79AF) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 79 and AF. RGB value is (108,121,175). Sum of RGB (Red+Green+Blue) = 108+121+175=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C79AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C79AF is #938650. Grayscale: #7B7B7B. Windows color (decimal): -9668177 or 11499884. OLE color: 11499884.

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

Color convert

RGB108121175-
CMYK0.380.3100.31
HSL228.36º29.52%55.49%-
HSV(B)228.36º38.29%68.63%-
XYZ20.7619.9643.32-
YUV123.27157.19117.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.73%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=26.73%
G=29.95%
B=43.32%

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
Decimal1081211750.380.3100.31228.3629.5255.49
Hex6C79AF261F01Fe41e37
Octal15417125746370373443667
Binary1101100111100110101111100110111110111111110010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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