#065D71

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

Shades of Blue Lagoon #065D71

Tints of Blue Lagoon #065D71

Color information

#065D71 (or 0x065D71) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5D and 71. RGB value is (6,93,113). Sum of RGB (Red+Green+Blue) = 6+93+113=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #065D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D71 is #F9A28E. Grayscale: #454545. Windows color (decimal): -16360079 or 7429382. OLE color: 7429382.

HSL color Cylindrical-coordinate representation of color #065D71: hue angle of 191.21º 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 #065D71 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB693113-
CMYK0.950.1800.56
HSL191.21º89.92%23.33%-
HSV(B)191.21º94.69%44.31%-
XYZ6.979.0617-
YUV69.27152.6882.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=2.83%
G=43.87%
B=53.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6931130.950.1800.56191.2189.9223.33
Hex65D715F12038bf5a17
Octal61351611372207027713227
Binary11010111011110001101111110010011100010111111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065D71; }

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

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

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

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

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

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

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

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