#6F70CA

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

Shades of Moody Blue #6F70CA

Tints of Moody Blue #6F70CA

Color information

#6F70CA (or 0x6F70CA) is unknown color: approx Moody Blue. HEX triplet: 6F, 70 and CA. RGB value is (111,112,202). Sum of RGB (Red+Green+Blue) = 111+112+202=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F70CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F70CA is #908F35. Grayscale: #797979. Windows color (decimal): -9473846 or 13267055. OLE color: 13267055.

HSL color Cylindrical-coordinate representation of color #6F70CA: hue angle of 239.34º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F70CA is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111112202-
CMYK0.450.4500.21
HSL239.34º46.19%61.37%-
HSV(B)239.34º45.05%79.22%-
XYZ23.0119.2358.38-
YUV121.96173.17120.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.12%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=26.12%
G=26.35%
B=47.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111122020.450.4500.21239.3446.1961.37
Hex6F70CA2D2D015ef2e3d
Octal15716031255550253575675
Binary110111111100001100101010110110110101010111101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F70CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,112,202); }

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

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

 a { background-color: rgb(111,112,202); }

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

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

 span { border-color: rgb(111,112,202); }

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