#066974

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

Shades of Blue Lagoon #066974

Tints of Blue Lagoon #066974

Color information

#066974 (or 0x066974) is unknown color: approx Blue Lagoon. HEX triplet: 06, 69 and 74. RGB value is (6,105,116). Sum of RGB (Red+Green+Blue) = 6+105+116=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #066974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066974 is #F9968B. Grayscale: #4C4C4C. Windows color (decimal): -16357004 or 7629062. OLE color: 7629062.

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

Color convert

RGB6105116-
CMYK0.950.0900.55
HSL186º90.16%23.92%-
HSV(B)186º94.83%45.49%-
XYZ8.2811.418.29-
YUV76.65150.277.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 105 (41.41% from 255) = 46.26%
BLUE value IS 116 (45.70% from 255) = 51.10%
R=2.64%
G=46.26%
B=51.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61051160.950.0900.5518690.1623.92
Hex669745F9037ba5a18
Octal61511641371106727213230
Binary1101101001111010010111111001011011110111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066974; }

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

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

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

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

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

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

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

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