#06536F

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

Shades of Blue Lagoon #06536F

Tints of Blue Lagoon #06536F

Color information

#06536F (or 0x06536F) is unknown color: approx Blue Lagoon. HEX triplet: 06, 53 and 6F. RGB value is (6,83,111). Sum of RGB (Red+Green+Blue) = 6+83+111=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #06536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06536F is #F9AC90. Grayscale: #3E3E3E. Windows color (decimal): -16362641 or 7295750. OLE color: 7295750.

HSL color Cylindrical-coordinate representation of color #06536F: hue angle of 196º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06536F is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB683111-
CMYK0.950.2500.56
HSL196º89.74%22.94%-
HSV(B)196º94.59%43.53%-
XYZ6.047.3716.14-
YUV63.17154.9987.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=3%
G=41.5%
B=55.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6831110.950.2500.5619689.7422.94
Hex6536F5F19038c45a17
Octal61231571373107030413227
Binary11010100111101111101111111001011100011000100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06536F; }

 p { color: rgb(6,83,111); }

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

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

 a { background-color: rgb(6,83,111); }

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

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

 span { border-color: rgb(6,83,111); }

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