#6A73AF

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

Shades of Chetwode Blue #6A73AF

Tints of Chetwode Blue #6A73AF

Color information

#6A73AF (or 0x6A73AF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 73 and AF. RGB value is (106,115,175). Sum of RGB (Red+Green+Blue) = 106+115+175=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A73AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A73AF is #958C50. Grayscale: #767676. Windows color (decimal): -9800785 or 11498346. OLE color: 11498346.

HSL color Cylindrical-coordinate representation of color #6A73AF: hue angle of 232.17º 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 #6A73AF is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB106115175-
CMYK0.390.3400.31
HSL232.17º30.13%55.1%-
HSV(B)232.17º39.43%68.63%-
XYZ19.8118.4243.07-
YUV119.15159.52118.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.77%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=26.77%
G=29.04%
B=44.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061151750.390.3400.31232.1730.1355.1
Hex6A73AF272201Fe81e37
Octal15216325747420373503667
Binary11010101110011101011111001111000100111111110100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A73AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,115,175); }

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

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

 a { background-color: rgb(106,115,175); }

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

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

 span { border-color: rgb(106,115,175); }

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