#066B72

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

Shades of Blue Lagoon #066B72

Tints of Blue Lagoon #066B72

Color information

#066B72 (or 0x066B72) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6B and 72. RGB value is (6,107,114). Sum of RGB (Red+Green+Blue) = 6+107+114=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #066B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B72 is #F9948D. Grayscale: #4D4D4D. Windows color (decimal): -16356494 or 7498502. OLE color: 7498502.

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

Color convert

RGB6107114-
CMYK0.950.0600.55
HSL183.89º90%23.53%-
HSV(B)183.89º94.74%44.71%-
XYZ8.3711.7717.75-
YUV77.6148.5476.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 107 (42.19% from 255) = 47.14%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=2.64%
G=47.14%
B=50.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61071140.950.0600.55183.899023.53
Hex66B725F6037b85a18
Octal6153162137606727013230
Binary110110101111100101011111110011011110111000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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