#6a79bf

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

Shades of Chetwode Blue #6A79BF

Tints of Chetwode Blue #6A79BF

Color information

#6A79BF (or 0x6A79BF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 79 and BF. RGB value is (106,121,191). Sum of RGB (Red+Green+Blue) = 106+121+191=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A79BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A79BF is #958640. Grayscale: #7C7C7C. Windows color (decimal): -9799233 or 12548458. OLE color: 12548458.

HSL color Cylindrical-coordinate representation of color #6A79BF: hue angle of 229.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A79BF is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106121191-
CMYK0.450.3700.25
HSL229.41º39.91%58.24%-
HSV(B)229.41º44.5%74.9%-
XYZ22.1920.552.08-
YUV124.5165.53114.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.36%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 191 (75% from 255) = 45.69%
R=25.36%
G=28.95%
B=45.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061211910.450.3700.25229.4139.9158.24
Hex6A79BF2D25019e5283a
Octal15217127755450313455072
Binary110101011110011011111110110110010101100111100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a79bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,121,191); }

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

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

 a { background-color: rgb(106,121,191); }

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

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

 span { border-color: rgb(106,121,191); }

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