#066269

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

Shades of Blue Lagoon #066269

Tints of Blue Lagoon #066269

Color information

#066269 (or 0x066269) is unknown color: approx Blue Lagoon. HEX triplet: 06, 62 and 69. RGB value is (6,98,105). Sum of RGB (Red+Green+Blue) = 6+98+105=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #066269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066269 is #F99D96. Grayscale: #474747. Windows color (decimal): -16358807 or 6906374. OLE color: 6906374.

HSL color Cylindrical-coordinate representation of color #066269: hue angle of 184.24º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066269 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB698105-
CMYK0.940.0700.59
HSL184.24º89.19%21.76%-
HSV(B)184.24º94.29%41.18%-
XYZ6.999.7914.89-
YUV71.29147.0281.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=2.87%
G=46.89%
B=50.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6981050.940.0700.59184.2489.1921.76
Hex662695E703Bb85916
Octal6142151136707327013126
Binary110110001011010011011110111011101110111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066269; }

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

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

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

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

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

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

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

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