Html Css Color HEX #6F74D6 Moody Blue

📋 copy color: '#6F74D6'

red 111 ◦ green 116 ◦ blue 214

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

Shades of Moody Blue #6F74D6

Tints of Moody Blue #6F74D6

RGB

 RED value IS 111 (43.75% from 255) = 25.17%

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

 BLUE value IS 214 (83.98% from 255) = 48.53%

R = 25.17%
G = 26.3%
B = 48.53%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6F74D6 (or 0x6F74D6) is known color: Moody Blue. HEX triplet: 6F, 74 and D6. RGB value is (111,116,214). Sum of RGB (Red+Green+Blue) = 111+116+214=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #6F74D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F74D6 is #908B29. Grayscale: #7D7D7D. Windows color (decimal): -9472810 or 14054511. OLE color: 14054511.

HSL color Cylindrical-coordinate representation of color #6F74D6: hue angle of 237.09º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F74D6 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 116 214 -
CMYK 0.48 0.46 0 0.16
HSL 237.09º 0.56% 0.64% -
HSV(B) 237.09º 0.48% 0.84% -
XYZ 24.94 20.73 66.3 -
YUV 125.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 111 116 214 0.48 0.46 0 0.16 237.09 0.56 0.64
Hex 6F 74 D6 30 2E 0 10 ED 38 40
Octal 157 164 326 60 56 0 20 355 70 100
Binary 1101111 1110100 11010110 110000 101110 0 10000 11101101 111000 1000000

Color Harmonies of #6F74D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F74D6

Black with #6F74D6

Text Example


Text Example

White with #6F74D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,116,214); }

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

background-color css

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

 a { background-color: rgb(111,116,214); }

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

border-color css

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

 span { border-color: rgb(111,116,214); }

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