#6E7ADB

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

Shades of Moody Blue #6E7ADB

Tints of Moody Blue #6E7ADB

Color information

#6E7ADB (or 0x6E7ADB) is unknown color: approx Moody Blue. HEX triplet: 6E, 7A and DB. RGB value is (110,122,219). Sum of RGB (Red+Green+Blue) = 110+122+219=451 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.39% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E7ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7ADB is #918524. Grayscale: #818181. Windows color (decimal): -9536805 or 14383726. OLE color: 14383726.

HSL color Cylindrical-coordinate representation of color #6E7ADB: hue angle of 233.39º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E7ADB is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110122219-
CMYK0.500.4400.14
HSL233.39º60.22%64.51%-
HSV(B)233.39º49.77%85.88%-
XYZ26.1822.3569.95-
YUV129.47178.52114.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.39%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 219 (85.94% from 255) = 48.56%
R=24.39%
G=27.05%
B=48.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1101222190.500.4400.14233.3960.2264.51
Hex6E7ADB322C0Ee93c41
Octal156172333625401635174101
Binary110111011110101101101111001010110001110111010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,122,219); }

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

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

 a { background-color: rgb(110,122,219); }

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

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

 span { border-color: rgb(110,122,219); }

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