#06526D

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

Shades of Blue Lagoon #06526D

Tints of Blue Lagoon #06526D

Color information

#06526D (or 0x06526D) is unknown color: approx Blue Lagoon. HEX triplet: 06, 52 and 6D. RGB value is (6,82,109). Sum of RGB (Red+Green+Blue) = 6+82+109=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #06526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06526D is #F9AD92. Grayscale: #3E3E3E. Windows color (decimal): -16362899 or 7164422. OLE color: 7164422.

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

Color convert

RGB682109-
CMYK0.940.2500.57
HSL195.73º89.57%22.55%-
HSV(B)195.73º94.5%42.75%-
XYZ5.857.1815.54-
YUV62.35154.3287.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 109 (42.97% from 255) = 55.33%
R=3.05%
G=41.62%
B=55.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6821090.940.2500.57195.7389.5722.55
Hex6526D5E19039c45a17
Octal61221551363107130413227
Binary11010100101101101101111011001011100111000100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06526D; }

 p { color: rgb(6,82,109); }

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

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

 a { background-color: rgb(6,82,109); }

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

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

 span { border-color: rgb(6,82,109); }

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