#06526B

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

Shades of Blue Lagoon #06526B

Tints of Blue Lagoon #06526B

Color information

#06526B (or 0x06526B) is unknown color: approx Blue Lagoon. HEX triplet: 06, 52 and 6B. RGB value is (6,82,107). Sum of RGB (Red+Green+Blue) = 6+82+107=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #06526B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06526B is #F9AD94. Grayscale: #3D3D3D. Windows color (decimal): -16362901 or 7033350. OLE color: 7033350.

HSL color Cylindrical-coordinate representation of color #06526B: hue angle of 194.85º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06526B is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB682107-
CMYK0.940.2300.58
HSL194.85º89.38%22.16%-
HSV(B)194.85º94.39%41.96%-
XYZ5.757.1314.98-
YUV62.13153.3287.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 107 (42.19% from 255) = 54.87%
R=3.08%
G=42.05%
B=54.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6821070.940.2300.58194.8589.3822.16
Hex6526B5E1703Ac35916
Octal61221531362707230313126
Binary11010100101101011101111010111011101011000011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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