#07606F

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

Shades of Blue Lagoon #07606F

Tints of Blue Lagoon #07606F

Color information

#07606F (or 0x07606F) is unknown color: approx Blue Lagoon. HEX triplet: 07, 60 and 6F. RGB value is (7,96,111). Sum of RGB (Red+Green+Blue) = 7+96+111=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #07606F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07606F is #F89F90. Grayscale: #464646. Windows color (decimal): -16293777 or 7299079. OLE color: 7299079.

HSL color Cylindrical-coordinate representation of color #07606F: hue angle of 188.65º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07606F is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB796111-
CMYK0.940.1400.56
HSL188.65º88.14%23.14%-
HSV(B)188.65º93.69%43.53%-
XYZ7.149.5616.51-
YUV71.1150.5182.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.27%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=3.27%
G=44.86%
B=51.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7961110.940.1400.56188.6588.1423.14
Hex7606F5EE038bd5817
Octal71401571361607027513027
Binary1111100000110111110111101110011100010111101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07606F; }

 p { color: rgb(7,96,111); }

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

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

 a { background-color: rgb(7,96,111); }

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

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

 span { border-color: rgb(7,96,111); }

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