#006070

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

Shades of Blue Lagoon #006070

Tints of Blue Lagoon #006070

Color information

#006070 (or 0x006070) is unknown color: approx Blue Lagoon. HEX triplet: 00, 60 and 70. RGB value is (0,96,112). Sum of RGB (Red+Green+Blue) = 0+96+112=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #006070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006070 is #FF9F8F. Grayscale: #444444. Windows color (decimal): -16752528 or 7364608. OLE color: 7364608.

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

Color convert

RGB096112-
CMYK10.1400.56
HSL188.57º100%21.96%-
HSV(B)188.57º100%43.92%-
XYZ7.119.5416.8-
YUV69.12152.278.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=0%
G=46.15%
B=53.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal09611210.1400.56188.5710021.96
Hex0607064E038bd6416
Octal01401601441607027514426
Binary01100000111000011001001110011100010111101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006070; }

 p { color: rgb(0,96,112); }

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

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

 a { background-color: rgb(0,96,112); }

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

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

 span { border-color: rgb(0,96,112); }

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