Html Css Color HEX #6F7BDB Moody Blue

📋 copy color: '#6F7BDB'

red 111 ◦ green 123 ◦ blue 219

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

Shades of Moody Blue #6F7BDB

Tints of Moody Blue #6F7BDB

RGB

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

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

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

R = 24.5%
G = 27.15%
B = 48.34%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F7BDB (or 0x6F7BDB) is known color: Moody Blue. HEX triplet: 6F, 7B and DB. RGB value is (111,123,219). Sum of RGB (Red+Green+Blue) = 111+123+219=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F7BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7BDB is #908424. Grayscale: #818181. Windows color (decimal): -9471013 or 14383983. OLE color: 14383983.

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

Color convert

RGB 111 123 219 -
CMYK 0.49 0.44 0 0.14
HSL 233.33º 0.6% 0.65% -
HSV(B) 233.33º 0.49% 0.86% -
XYZ 26.42 22.66 70 -
YUV 130.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 111 123 219 0.49 0.44 0 0.14 233.33 0.6 0.65
Hex 6F 7B DB 31 2C 0 E E9 3C 41
Octal 157 173 333 61 54 0 16 351 74 101
Binary 1101111 1111011 11011011 110001 101100 0 1110 11101001 111100 1000001

Color Harmonies of #6F7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7BDB

Black with #6F7BDB

Text Example


Text Example

White with #6F7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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