#6E73D6

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

Shades of Moody Blue #6E73D6

Tints of Moody Blue #6E73D6

Color information

#6E73D6 (or 0x6E73D6) is unknown color: approx Moody Blue. HEX triplet: 6E, 73 and D6. RGB value is (110,115,214). Sum of RGB (Red+Green+Blue) = 110+115+214=439 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.06% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #6E73D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E73D6 is #918C29. Grayscale: #7C7C7C. Windows color (decimal): -9538602 or 14054254. OLE color: 14054254.

HSL color Cylindrical-coordinate representation of color #6E73D6: hue angle of 237.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E73D6 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB110115214-
CMYK0.490.4600.16
HSL237.12º55.91%63.53%-
HSV(B)237.12º48.6%83.92%-
XYZ24.720.4366.26-
YUV124.79178.34117.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.06%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 214 (83.98% from 255) = 48.75%
R=25.06%
G=26.20%
B=48.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1101152140.490.4600.16237.1255.9163.53
Hex6E73D6312E010ed3840
Octal156163326615602035570100
Binary1101110111001111010110110001101110010000111011011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E73D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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