#065F67

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

Shades of Blue Lagoon #065F67

Tints of Blue Lagoon #065F67

Color information

#065F67 (or 0x065F67) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5F and 67. RGB value is (6,95,103). Sum of RGB (Red+Green+Blue) = 6+95+103=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #065F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F67 is #F9A098. Grayscale: #454545. Windows color (decimal): -16359577 or 6774534. OLE color: 6774534.

HSL color Cylindrical-coordinate representation of color #065F67: hue angle of 184.95º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065F67 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB695103-
CMYK0.940.0800.60
HSL184.95º88.99%21.37%-
HSV(B)184.95º94.17%40.39%-
XYZ6.629.214.26-
YUV69.3147.0182.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 95 (37.5% from 255) = 46.57%
BLUE value IS 103 (40.62% from 255) = 50.49%
R=2.94%
G=46.57%
B=50.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6951030.940.0800.60184.9588.9921.37
Hex65F675E803Cb95915
Octal61371471361007427113125
Binary1101011111110011110111101000011110010111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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