#066A7A

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

Shades of Blue Lagoon #066A7A

Tints of Blue Lagoon #066A7A

Color information

#066A7A (or 0x066A7A) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6A and 7A. RGB value is (6,106,122). Sum of RGB (Red+Green+Blue) = 6+106+122=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #066A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066A7A is #F99585. Grayscale: #4D4D4D. Windows color (decimal): -16356742 or 8022534. OLE color: 8022534.

HSL color Cylindrical-coordinate representation of color #066A7A: hue angle of 188.28º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066A7A is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6106122-
CMYK0.950.1300.52
HSL188.28º90.62%25.1%-
HSV(B)188.28º95.08%47.84%-
XYZ8.7411.7520.22-
YUV77.92152.8776.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.56%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=2.56%
G=45.30%
B=52.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61061220.950.1300.52188.2890.6225.1
Hex66A7A5FD034bc5b19
Octal61521721371506427413331
Binary1101101010111101010111111101011010010111100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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