#066374

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

Shades of Blue Lagoon #066374

Tints of Blue Lagoon #066374

Color information

#066374 (or 0x066374) is unknown color: approx Blue Lagoon. HEX triplet: 06, 63 and 74. RGB value is (6,99,116). Sum of RGB (Red+Green+Blue) = 6+99+116=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #066374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066374 is #F99C8B. Grayscale: #484848. Windows color (decimal): -16358540 or 7627526. OLE color: 7627526.

HSL color Cylindrical-coordinate representation of color #066374: hue angle of 189.27º 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 #066374 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB699116-
CMYK0.950.1500.55
HSL189.27º90.16%23.92%-
HSV(B)189.27º94.83%45.49%-
XYZ7.6910.2218.09-
YUV73.13152.1980.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=2.71%
G=44.80%
B=52.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6991160.950.1500.55189.2790.1623.92
Hex663745FF037bd5a18
Octal61431641371706727513230
Binary1101100011111010010111111111011011110111101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066374; }

 p { color: rgb(6,99,116); }

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

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

 a { background-color: rgb(6,99,116); }

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

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

 span { border-color: rgb(6,99,116); }

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