#06647F

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

Shades of Blue Lagoon #06647F

Tints of Blue Lagoon #06647F

Color information

#06647F (or 0x06647F) is unknown color: approx Blue Lagoon. HEX triplet: 06, 64 and 7F. RGB value is (6,100,127). Sum of RGB (Red+Green+Blue) = 6+100+127=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #06647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06647F is #F99B80. Grayscale: #4A4A4A. Windows color (decimal): -16358273 or 8348678. OLE color: 8348678.

HSL color Cylindrical-coordinate representation of color #06647F: hue angle of 193.39º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06647F is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6100127-
CMYK0.950.2100.50
HSL193.39º90.98%26.08%-
HSV(B)193.39º95.28%49.8%-
XYZ8.4610.6921.7-
YUV74.97157.3678.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 100 (39.45% from 255) = 42.92%
BLUE value IS 127 (50% from 255) = 54.51%
R=2.58%
G=42.92%
B=54.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61001270.950.2100.50193.3990.9826.08
Hex6647F5F15032c15b1a
Octal61441771372506230113332
Binary11011001001111111101111110101011001011000001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,100,127); }

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

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

 a { background-color: rgb(6,100,127); }

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

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

 span { border-color: rgb(6,100,127); }

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