#065D6D

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

Shades of Blue Lagoon #065D6D

Tints of Blue Lagoon #065D6D

Color information

#065D6D (or 0x065D6D) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5D and 6D. RGB value is (6,93,109). Sum of RGB (Red+Green+Blue) = 6+93+109=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #065D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D6D is #F9A292. Grayscale: #444444. Windows color (decimal): -16360083 or 7167238. OLE color: 7167238.

HSL color Cylindrical-coordinate representation of color #065D6D: hue angle of 189.32º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D6D is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB693109-
CMYK0.940.1500.57
HSL189.32º89.57%22.55%-
HSV(B)189.32º94.5%42.75%-
XYZ6.758.9715.84-
YUV68.81150.6883.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 93 (36.72% from 255) = 44.71%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=2.88%
G=44.71%
B=52.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6931090.940.1500.57189.3289.5722.55
Hex65D6D5EF039bd5a17
Octal61351551361707127513227
Binary1101011101110110110111101111011100110111101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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