#6F73CF

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

Shades of Moody Blue #6F73CF

Tints of Moody Blue #6F73CF

Color information

#6F73CF (or 0x6F73CF) is unknown color: approx Moody Blue. HEX triplet: 6F, 73 and CF. RGB value is (111,115,207). Sum of RGB (Red+Green+Blue) = 111+115+207=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F73CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F73CF is #908C30. Grayscale: #7B7B7B. Windows color (decimal): -9473073 or 13595503. OLE color: 13595503.

HSL color Cylindrical-coordinate representation of color #6F73CF: hue angle of 237.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F73CF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111115207-
CMYK0.460.4400.19
HSL237.5º50%62.35%-
HSV(B)237.5º46.38%81.18%-
XYZ23.9520.1561.66-
YUV124.29174.67118.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 207 (81.25% from 255) = 47.81%
R=25.64%
G=26.56%
B=47.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111152070.460.4400.19237.55062.35
Hex6F73CF2E2C013ee323e
Octal15716331756540233566276
Binary110111111100111100111110111010110001001111101110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F73CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,115,207); }

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

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

 a { background-color: rgb(111,115,207); }

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

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

 span { border-color: rgb(111,115,207); }

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