#065F66

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

Shades of Blue Lagoon #065F66

Tints of Blue Lagoon #065F66

Color information

#065F66 (or 0x065F66) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5F and 66. RGB value is (6,95,102). Sum of RGB (Red+Green+Blue) = 6+95+102=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #065F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F66 is #F9A099. Grayscale: #454545. Windows color (decimal): -16359578 or 6708998. OLE color: 6708998.

HSL color Cylindrical-coordinate representation of color #065F66: hue angle of 184.38º 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 #065F66 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB695102-
CMYK0.940.0700.6
HSL184.38º88.89%21.18%-
HSV(B)184.38º94.12%40%-
XYZ6.579.1814-
YUV69.19146.5182.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 95 (37.5% from 255) = 46.80%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=2.96%
G=46.80%
B=50.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6951020.940.0700.6184.3888.8921.18
Hex65F665E703Cb85915
Octal6137146136707427013125
Binary110101111111001101011110111011110010111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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