#066271

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

Shades of Blue Lagoon #066271

Tints of Blue Lagoon #066271

Color information

#066271 (or 0x066271) is unknown color: approx Blue Lagoon. HEX triplet: 06, 62 and 71. RGB value is (6,98,113). Sum of RGB (Red+Green+Blue) = 6+98+113=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #066271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066271 is #F99D8E. Grayscale: #484848. Windows color (decimal): -16358799 or 7430662. OLE color: 7430662.

HSL color Cylindrical-coordinate representation of color #066271: hue angle of 188.41º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066271 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB698113-
CMYK0.950.1300.56
HSL188.41º89.92%23.33%-
HSV(B)188.41º94.69%44.31%-
XYZ7.429.9717.16-
YUV72.2151.0280.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=2.76%
G=45.16%
B=52.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6981130.950.1300.56188.4189.9223.33
Hex662715FD038bc5a17
Octal61421611371507027413227
Binary1101100010111000110111111101011100010111100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066271; }

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

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

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

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

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

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

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

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