#076869

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

Shades of Blue Lagoon #076869

Tints of Blue Lagoon #076869

Color information

#076869 (or 0x076869) is unknown color: approx Blue Lagoon. HEX triplet: 07, 68 and 69. RGB value is (7,104,105). Sum of RGB (Red+Green+Blue) = 7+104+105=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #076869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076869 is #F89796. Grayscale: #4B4B4B. Windows color (decimal): -16291735 or 6907911. OLE color: 6907911.

HSL color Cylindrical-coordinate representation of color #076869: hue angle of 180.61º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076869 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7104105-
CMYK0.930.0100.59
HSL180.61º87.5%21.96%-
HSV(B)180.61º93.33%41.18%-
XYZ7.5910.9715.08-
YUV75.11144.8679.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.24%
GREEN value IS 104 (41.02% from 255) = 48.15%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=3.24%
G=48.15%
B=48.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71041050.930.0100.59180.6187.521.96
Hex768695D103Bb55816
Octal7150151135107326513026
Binary1111101000110100110111011011101110110101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076869; }

 p { color: rgb(7,104,105); }

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

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

 a { background-color: rgb(7,104,105); }

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

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

 span { border-color: rgb(7,104,105); }

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