#06546E

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

Shades of Blue Lagoon #06546E

Tints of Blue Lagoon #06546E

Color information

#06546E (or 0x06546E) is unknown color: approx Blue Lagoon. HEX triplet: 06, 54 and 6E. RGB value is (6,84,110). Sum of RGB (Red+Green+Blue) = 6+84+110=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #06546E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06546E is #F9AB91. Grayscale: #3F3F3F. Windows color (decimal): -16362386 or 7230470. OLE color: 7230470.

HSL color Cylindrical-coordinate representation of color #06546E: hue angle of 195º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06546E is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB684110-
CMYK0.950.2400.57
HSL195º89.66%22.75%-
HSV(B)195º94.55%43.14%-
XYZ6.067.5115.88-
YUV63.64154.1686.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 110 (43.36% from 255) = 55%
R=3%
G=42%
B=55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6841100.950.2400.5719589.6622.75
Hex6546E5F18039c35a17
Octal61241561373007130313227
Binary11010101001101110101111111000011100111000011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06546E; }

 p { color: rgb(6,84,110); }

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

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

 a { background-color: rgb(6,84,110); }

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

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

 span { border-color: rgb(6,84,110); }

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