#065677

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

Shades of Blue Lagoon #065677

Tints of Blue Lagoon #065677

Color information

#065677 (or 0x065677) is unknown color: approx Blue Lagoon. HEX triplet: 06, 56 and 77. RGB value is (6,86,119). Sum of RGB (Red+Green+Blue) = 6+86+119=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #065677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065677 is #F9A988. Grayscale: #414141. Windows color (decimal): -16361865 or 7820806. OLE color: 7820806.

HSL color Cylindrical-coordinate representation of color #065677: hue angle of 197.52º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065677 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB686119-
CMYK0.950.2800.53
HSL197.52º90.4%24.51%-
HSV(B)197.52º94.96%46.67%-
XYZ6.738.0318.65-
YUV65.8415885.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=2.84%
G=40.76%
B=56.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6861190.950.2800.53197.5290.424.51
Hex656775F1C035c65a19
Octal61261671373406530613231
Binary11010101101110111101111111100011010111000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065677; }

 p { color: rgb(6,86,119); }

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

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

 a { background-color: rgb(6,86,119); }

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

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

 span { border-color: rgb(6,86,119); }

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