#066775

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

Shades of Blue Lagoon #066775

Tints of Blue Lagoon #066775

Color information

#066775 (or 0x066775) is unknown color: approx Blue Lagoon. HEX triplet: 06, 67 and 75. RGB value is (6,103,117). Sum of RGB (Red+Green+Blue) = 6+103+117=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #066775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066775 is #F9988A. Grayscale: #4B4B4B. Windows color (decimal): -16357515 or 7694086. OLE color: 7694086.

HSL color Cylindrical-coordinate representation of color #066775: hue angle of 187.57º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066775 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6103117-
CMYK0.950.1200.54
HSL187.57º90.24%24.12%-
HSV(B)187.57º94.87%45.88%-
XYZ8.1411.0218.53-
YUV75.59151.3678.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 103 (40.62% from 255) = 45.58%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=2.65%
G=45.58%
B=51.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61031170.950.1200.54187.5790.2424.12
Hex667755FC036bc5a18
Octal61471651371406627413230
Binary1101100111111010110111111100011011010111100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066775; }

 p { color: rgb(6,103,117); }

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

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

 a { background-color: rgb(6,103,117); }

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

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

 span { border-color: rgb(6,103,117); }

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