#6A73BF

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

Shades of Chetwode Blue #6A73BF

Tints of Chetwode Blue #6A73BF

Color information

#6A73BF (or 0x6A73BF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 73 and BF. RGB value is (106,115,191). Sum of RGB (Red+Green+Blue) = 106+115+191=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A73BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A73BF is #958C40. Grayscale: #787878. Windows color (decimal): -9800769 or 12546922. OLE color: 12546922.

HSL color Cylindrical-coordinate representation of color #6A73BF: hue angle of 233.65º 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 #6A73BF is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106115191-
CMYK0.450.4000.25
HSL233.65º39.91%58.24%-
HSV(B)233.65º44.5%74.9%-
XYZ21.4819.0951.84-
YUV120.97167.52117.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.73%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 191 (75% from 255) = 46.36%
R=25.73%
G=27.91%
B=46.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061151910.450.4000.25233.6539.9158.24
Hex6A73BF2D28019ea283a
Octal15216327755500313525072
Binary110101011100111011111110110110100001100111101010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A73BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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