Html Css Color HEX #6F7DDB Moody Blue

📋 copy color: '#6F7DDB'

red 111 ◦ green 125 ◦ blue 219

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

Shades of Moody Blue #6F7DDB

Tints of Moody Blue #6F7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.47%

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

R = 24.4%
G = 27.47%
B = 48.13%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F7DDB (or 0x6F7DDB) is known color: Moody Blue. HEX triplet: 6F, 7D and DB. RGB value is (111,125,219). Sum of RGB (Red+Green+Blue) = 111+125+219=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F7DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DDB is #908224. Grayscale: #838383. Windows color (decimal): -9470501 or 14384495. OLE color: 14384495.

HSL color Cylindrical-coordinate representation of color #6F7DDB: hue angle of 232.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F7DDB is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 125 219 -
CMYK 0.49 0.43 0 0.14
HSL 232.22º 0.6% 0.65% -
HSV(B) 232.22º 0.49% 0.86% -
XYZ 26.68 23.16 70.08 -
YUV 131.53 177.36 113.36 -
System Red Green Blue C M Y K H S L
Decimal 111 125 219 0.49 0.43 0 0.14 232.22 0.6 0.65
Hex 6F 7D DB 31 2B 0 E E8 3C 41
Octal 157 175 333 61 53 0 16 350 74 101
Binary 1101111 1111101 11011011 110001 101011 0 1110 11101000 111100 1000001

Color Harmonies of #6F7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7DDB

Black with #6F7DDB

Text Example


Text Example

White with #6F7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,125,219); }

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

background-color css

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

 a { background-color: rgb(111,125,219); }

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

border-color css

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

 span { border-color: rgb(111,125,219); }

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