#066B80

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

Shades of Blue Lagoon #066B80

Tints of Blue Lagoon #066B80

Color information

#066B80 (or 0x066B80) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6B and 80. RGB value is (6,107,128). Sum of RGB (Red+Green+Blue) = 6+107+128=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #066B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066B80 is #F9947F. Grayscale: #4F4F4F. Windows color (decimal): -16356480 or 8416006. OLE color: 8416006.

HSL color Cylindrical-coordinate representation of color #066B80: hue angle of 190.33º 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 #066B80 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6107128-
CMYK0.950.1600.50
HSL190.33º91.04%26.27%-
HSV(B)190.33º95.31%50.2%-
XYZ9.2312.1122.27-
YUV79.19155.5475.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 128 (50.39% from 255) = 53.11%
R=2.49%
G=44.40%
B=53.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61071280.950.1600.50190.3391.0426.27
Hex66B805F10032be5b1a
Octal61532001372006227613332
Binary110110101110000000101111110000011001010111110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066B80; }

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

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

<style>
 a { background-color: #066B80; }

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

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

<style>
 span { border-color: #066B80; }

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

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