Html Css Color HEX #6D74D1 Moody Blue

📋 copy color: '#6D74D1'

red 109 ◦ green 116 ◦ blue 209

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

Shades of Moody Blue #6D74D1

Tints of Moody Blue #6D74D1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.73%

 BLUE value IS 209 (82.03% from 255) = 48.16%

R = 25.12%
G = 26.73%
B = 48.16%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6D74D1 (or 0x6D74D1) is known color: Moody Blue. HEX triplet: 6D, 74 and D1. RGB value is (109,116,209). Sum of RGB (Red+Green+Blue) = 109+116+209=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D74D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D74D1 is #928B2E. Grayscale: #7C7C7C. Windows color (decimal): -9603887 or 13726829. OLE color: 13726829.

HSL color Cylindrical-coordinate representation of color #6D74D1: hue angle of 235.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D74D1 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 116 209 -
CMYK 0.48 0.44 0 0.18
HSL 235.8º 0.52% 0.62% -
HSV(B) 235.8º 0.48% 0.82% -
XYZ 24.06 20.35 62.98 -
YUV 124.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 109 116 209 0.48 0.44 0 0.18 235.8 0.52 0.62
Hex 6D 74 D1 30 2C 0 12 EC 34 3E
Octal 155 164 321 60 54 0 22 354 64 76
Binary 1101101 1110100 11010001 110000 101100 0 10010 11101100 110100 111110

Color Harmonies of #6D74D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D74D1

Black with #6D74D1

Text Example


Text Example

White with #6D74D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,116,209); }

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

background-color css

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

 a { background-color: rgb(109,116,209); }

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

border-color css

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

 span { border-color: rgb(109,116,209); }

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