#6F76D5

Color #6F76D5 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #6F76D5

Tints of Moody Blue #6F76D5

Color information

#6F76D5 (or 0x6F76D5) is unknown color: approx Moody Blue. HEX triplet: 6F, 76 and D5. RGB value is (111,118,213). Sum of RGB (Red+Green+Blue) = 111+118+213=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #6F76D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F76D5 is #90892A. Grayscale: #7E7E7E. Windows color (decimal): -9472299 or 13989487. OLE color: 13989487.

HSL color Cylindrical-coordinate representation of color #6F76D5: hue angle of 235.88º degrees, saturation: 0.55, 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 #6F76D5 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB111118213-
CMYK0.480.4500.16
HSL235.88º54.84%63.53%-
HSV(B)235.88º47.89%83.53%-
XYZ25.0421.1465.71-
YUV126.74176.68116.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.11%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 213 (83.59% from 255) = 48.19%
R=25.11%
G=26.70%
B=48.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1111182130.480.4500.16235.8854.8463.53
Hex6F76D5302D010ec3740
Octal157166325605502035467100
Binary1101111111011011010101110000101101010000111011001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F76D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,118,213); }

 H1.HeaderClassName
 {
   color: #6F76D5;
 }
 .AnyTagClassName
 {
   color: #6F76D5;
 }
</style>
background-color css

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

 a { background-color: rgb(111,118,213); }

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

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

 span { border-color: rgb(111,118,213); }

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