#6B73BA

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

Shades of Chetwode Blue #6B73BA

Tints of Chetwode Blue #6B73BA

Color information

#6B73BA (or 0x6B73BA) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 73 and BA. RGB value is (107,115,186). Sum of RGB (Red+Green+Blue) = 107+115+186=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B73BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B73BA is #948C45. Grayscale: #787878. Windows color (decimal): -9735238 or 12219243. OLE color: 12219243.

HSL color Cylindrical-coordinate representation of color #6B73BA: hue angle of 233.92º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B73BA is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB107115186-
CMYK0.420.3800.27
HSL233.92º36.41%57.45%-
HSV(B)233.92º42.47%72.94%-
XYZ21.0618.9349-
YUV120.7164.85118.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.23%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=26.23%
G=28.19%
B=45.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071151860.420.3800.27233.9236.4157.45
Hex6B73BA2A2601Bea2439
Octal15316327252460333524471
Binary110101111100111011101010101010011001101111101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,115,186); }

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

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

 a { background-color: rgb(107,115,186); }

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

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

 span { border-color: rgb(107,115,186); }

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