#06506F

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

Shades of Blue Lagoon #06506F

Tints of Blue Lagoon #06506F

Color information

#06506F (or 0x06506F) is unknown color: approx Blue Lagoon. HEX triplet: 06, 50 and 6F. RGB value is (6,80,111). Sum of RGB (Red+Green+Blue) = 6+80+111=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #06506F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06506F is #F9AF90. Grayscale: #3D3D3D. Windows color (decimal): -16363409 or 7294982. OLE color: 7294982.

HSL color Cylindrical-coordinate representation of color #06506F: hue angle of 197.71º 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 #06506F is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB680111-
CMYK0.950.2800.56
HSL197.71º89.74%22.94%-
HSV(B)197.71º94.59%43.53%-
XYZ5.816.9216.07-
YUV61.41155.9888.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=3.05%
G=40.61%
B=56.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6801110.950.2800.56197.7189.7422.94
Hex6506F5F1C038c65a17
Octal61201571373407030613227
Binary11010100001101111101111111100011100011000110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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