#006081

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

Shades of Blue Lagoon #006081

Tints of Blue Lagoon #006081

Color information

#006081 (or 0x006081) is unknown color: approx Blue Lagoon. HEX triplet: 00, 60 and 81. RGB value is (0,96,129). Sum of RGB (Red+Green+Blue) = 0+96+129=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #006081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006081 is #FF9F7E. Grayscale: #464646. Windows color (decimal): -16752511 or 8478720. OLE color: 8478720.

HSL color Cylindrical-coordinate representation of color #006081: hue angle of 195.35º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006081 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB096129-
CMYK10.2600.49
HSL195.35º100%25.29%-
HSV(B)195.35º100%50.59%-
XYZ8.159.9522.26-
YUV71.06160.777.32-

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) = 42.67%
BLUE value IS 129 (50.78% from 255) = 57.33%
R=0%
G=42.67%
B=57.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal09612910.2600.49195.3510025.29
Hex06081641A031c36419
Octal01402011443206130314431
Binary0110000010000001110010011010011000111000011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006081; }

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

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

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

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

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

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

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

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