#6E73BE

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

Shades of Chetwode Blue #6E73BE

Tints of Chetwode Blue #6E73BE

Color information

#6E73BE (or 0x6E73BE) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 73 and BE. RGB value is (110,115,190). Sum of RGB (Red+Green+Blue) = 110+115+190=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E73BE is #918C41. Grayscale: #797979. Windows color (decimal): -9538626 or 12481390. OLE color: 12481390.

HSL color Cylindrical-coordinate representation of color #6E73BE: hue angle of 236.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E73BE is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110115190-
CMYK0.420.3900.25
HSL236.25º38.1%58.82%-
HSV(B)236.25º42.11%74.51%-
XYZ21.8619.2951.29-
YUV122.06166.34119.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.51%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=26.51%
G=27.71%
B=45.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101151900.420.3900.25236.2538.158.82
Hex6E73BE2A27019ec263b
Octal15616327652470313544673
Binary110111011100111011111010101010011101100111101100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,115,190); }

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

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

 a { background-color: rgb(110,115,190); }

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

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

 span { border-color: rgb(110,115,190); }

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