Html Css Color HEX #6D7ADB Moody Blue

📋 copy color: '#6D7ADB'

red 109 ◦ green 122 ◦ blue 219

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

Shades of Moody Blue #6D7ADB

Tints of Moody Blue #6D7ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.11%

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

R = 24.22%
G = 27.11%
B = 48.67%

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

#6D7ADB (or 0x6D7ADB) is known color: Moody Blue. HEX triplet: 6D, 7A and DB. RGB value is (109,122,219). Sum of RGB (Red+Green+Blue) = 109+122+219=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D7ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7ADB is #928524. Grayscale: #808080. Windows color (decimal): -9602341 or 14383725. OLE color: 14383725.

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

Color convert

RGB 109 122 219 -
CMYK 0.50 0.44 0 0.14
HSL 232.91º 0.6% 0.64% -
HSV(B) 232.91º 0.5% 0.86% -
XYZ 26.05 22.28 69.95 -
YUV 129.17 178.69 113.61 -
System Red Green Blue C M Y K H S L
Decimal 109 122 219 0.50 0.44 0 0.14 232.91 0.6 0.64
Hex 6D 7A DB 32 2C 0 E E9 3C 40
Octal 155 172 333 62 54 0 16 351 74 100
Binary 1101101 1111010 11011011 110010 101100 0 1110 11101001 111100 1000000

Color Harmonies of #6D7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7ADB

Black with #6D7ADB

Text Example


Text Example

White with #6D7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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