#06516E

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

Shades of Blue Lagoon #06516E

Tints of Blue Lagoon #06516E

Color information

#06516E (or 0x06516E) is unknown color: approx Blue Lagoon. HEX triplet: 06, 51 and 6E. RGB value is (6,81,110). Sum of RGB (Red+Green+Blue) = 6+81+110=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #06516E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06516E is #F9AE91. Grayscale: #3D3D3D. Windows color (decimal): -16363154 or 7229702. OLE color: 7229702.

HSL color Cylindrical-coordinate representation of color #06516E: hue angle of 196.73º 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 #06516E is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB681110-
CMYK0.950.2600.57
HSL196.73º89.66%22.75%-
HSV(B)196.73º94.55%43.14%-
XYZ5.837.0515.81-
YUV61.88155.1588.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 81 (32.03% from 255) = 41.12%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=3.05%
G=41.12%
B=55.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6811100.950.2600.57196.7389.6622.75
Hex6516E5F1A039c55a17
Octal61211561373207130513227
Binary11010100011101110101111111010011100111000101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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