Html Css Color HEX #6E7ADB Moody Blue

📋 copy color: '#6E7ADB'

red 110 ◦ green 122 ◦ blue 219

#6E7ADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #6E7ADB

Tints of Moody Blue #6E7ADB

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 value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E7ADB (or 0x6E7ADB) is known color: 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

RGB 110 122 219 -
CMYK 0.50 0.44 0 0.14
HSL 233.39º 0.6% 0.65% -
HSV(B) 233.39º 0.5% 0.86% -
XYZ 26.18 22.35 69.95 -
YUV 129.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 110 122 219 0.50 0.44 0 0.14 233.39 0.6 0.65
Hex 6E 7A DB 32 2C 0 E E9 3C 41
Octal 156 172 333 62 54 0 16 351 74 101
Binary 1101110 1111010 11011011 110010 101100 0 1110 11101001 111100 1000001

Color Harmonies of #6E7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7ADB

Black with #6E7ADB

Text Example


Text Example

White with #6E7ADB

Text Example


Text Example

HTML Codes & Css Web 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>