#066A75

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

Shades of Blue Lagoon #066A75

Tints of Blue Lagoon #066A75

Color information

#066A75 (or 0x066A75) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6A and 75. RGB value is (6,106,117). Sum of RGB (Red+Green+Blue) = 6+106+117=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #066A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066A75 is #F9958A. Grayscale: #4D4D4D. Windows color (decimal): -16356747 or 7694854. OLE color: 7694854.

HSL color Cylindrical-coordinate representation of color #066A75: hue angle of 185.95º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066A75 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6106117-
CMYK0.950.0900.54
HSL185.95º90.24%24.12%-
HSV(B)185.95º94.87%45.88%-
XYZ8.4411.6318.63-
YUV77.35150.3777.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.62%
GREEN value IS 106 (41.80% from 255) = 46.29%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=2.62%
G=46.29%
B=51.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61061170.950.0900.54185.9590.2424.12
Hex66A755F9036ba5a18
Octal61521651371106627213230
Binary1101101010111010110111111001011011010111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,106,117); }

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

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

 a { background-color: rgb(6,106,117); }

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

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

 span { border-color: rgb(6,106,117); }

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