#6B79AF

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

Shades of Chetwode Blue #6B79AF

Tints of Chetwode Blue #6B79AF

Color information

#6B79AF (or 0x6B79AF) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 79 and AF. RGB value is (107,121,175). Sum of RGB (Red+Green+Blue) = 107+121+175=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B79AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B79AF is #948650. Grayscale: #7A7A7A. Windows color (decimal): -9733713 or 11499883. OLE color: 11499883.

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

Color convert

RGB107121175-
CMYK0.390.3100.31
HSL227.65º29.82%55.29%-
HSV(B)227.65º38.86%68.63%-
XYZ20.6419.943.31-
YUV122.97157.36116.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.55%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=26.55%
G=30.02%
B=43.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071211750.390.3100.31227.6529.8255.29
Hex6B79AF271F01Fe41e37
Octal15317125747370373443667
Binary1101011111100110101111100111111110111111110010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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