#6F77D4

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

Shades of Moody Blue #6F77D4

Tints of Moody Blue #6F77D4

Color information

#6F77D4 (or 0x6F77D4) is unknown color: approx Moody Blue. HEX triplet: 6F, 77 and D4. RGB value is (111,119,212). Sum of RGB (Red+Green+Blue) = 111+119+212=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 212 - color contains mainly: blue. Hex color #6F77D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F77D4 is #90882B. Grayscale: #7E7E7E. Windows color (decimal): -9472044 or 13924207. OLE color: 13924207.

HSL color Cylindrical-coordinate representation of color #6F77D4: hue angle of 235.25º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F77D4 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB111119212-
CMYK0.480.4400.17
HSL235.25º54.01%63.33%-
HSV(B)235.25º47.64%83.14%-
XYZ25.0421.3365.08-
YUV127.21175.85116.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.11%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 212 (83.20% from 255) = 47.96%
R=25.11%
G=26.92%
B=47.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1111192120.480.4400.17235.2554.0163.33
Hex6F77D4302C011eb363f
Octal15716732460540213536677
Binary110111111101111101010011000010110001000111101011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F77D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,119,212); }

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

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

 a { background-color: rgb(111,119,212); }

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

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

 span { border-color: rgb(111,119,212); }

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