Html Css Color HEX #6D7BDB Moody Blue

📋 copy color: '#6D7BDB'

red 109 ◦ green 123 ◦ blue 219

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

Shades of Moody Blue #6D7BDB

Tints of Moody Blue #6D7BDB

RGB

 RED value IS 109 (42.97% from 255) = 24.17%

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

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

R = 24.17%
G = 27.27%
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

#6D7BDB (or 0x6D7BDB) is known color: Moody Blue. HEX triplet: 6D, 7B and DB. RGB value is (109,123,219). Sum of RGB (Red+Green+Blue) = 109+123+219=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 123 (48.44% from 255 or 27.27% 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 #6D7BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7BDB is #928424. Grayscale: #818181. Windows color (decimal): -9602085 or 14383981. OLE color: 14383981.

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

Color convert

RGB 109 123 219 -
CMYK 0.50 0.44 0 0.14
HSL 232.36º 0.6% 0.64% -
HSV(B) 232.36º 0.5% 0.86% -
XYZ 26.18 22.53 69.99 -
YUV 129.76 178.36 113.19 -
System Red Green Blue C M Y K H S L
Decimal 109 123 219 0.50 0.44 0 0.14 232.36 0.6 0.64
Hex 6D 7B DB 32 2C 0 E E8 3C 40
Octal 155 173 333 62 54 0 16 350 74 100
Binary 1101101 1111011 11011011 110010 101100 0 1110 11101000 111100 1000000

Color Harmonies of #6D7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7BDB

Black with #6D7BDB

Text Example


Text Example

White with #6D7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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