Html Css Color HEX #6E7BDB Moody Blue

📋 copy color: '#6E7BDB'

red 110 ◦ green 123 ◦ blue 219

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

Shades of Moody Blue #6E7BDB

Tints of Moody Blue #6E7BDB

RGB

 RED value IS 110 (43.36% from 255) = 24.34%

 GREEN value IS 123 (48.44% from 255) = 27.21%

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 24.34%
G = 27.21%
B = 48.45%

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

#6E7BDB (or 0x6E7BDB) is known color: Moody Blue. HEX triplet: 6E, 7B and DB. RGB value is (110,123,219). Sum of RGB (Red+Green+Blue) = 110+123+219=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E7BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7BDB is #918424. Grayscale: #818181. Windows color (decimal): -9536549 or 14383982. OLE color: 14383982.

HSL color Cylindrical-coordinate representation of color #6E7BDB: hue angle of 232.84º 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 #6E7BDB is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 123 219 -
CMYK 0.50 0.44 0 0.14
HSL 232.84º 0.6% 0.65% -
HSV(B) 232.84º 0.5% 0.86% -
XYZ 26.3 22.6 69.99 -
YUV 130.06 178.19 113.69 -
System Red Green Blue C M Y K H S L
Decimal 110 123 219 0.50 0.44 0 0.14 232.84 0.6 0.65
Hex 6E 7B DB 32 2C 0 E E9 3C 41
Octal 156 173 333 62 54 0 16 351 74 101
Binary 1101110 1111011 11011011 110010 101100 0 1110 11101001 111100 1000001

Color Harmonies of #6E7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7BDB

Black with #6E7BDB

Text Example


Text Example

White with #6E7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E7BDB;
 }
 .AnyTagClassName
 {
   color: #6E7BDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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