#065E6E

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

Shades of Blue Lagoon #065E6E

Tints of Blue Lagoon #065E6E

Color information

#065E6E (or 0x065E6E) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5E and 6E. RGB value is (6,94,110). Sum of RGB (Red+Green+Blue) = 6+94+110=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #065E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E6E is #F9A191. Grayscale: #454545. Windows color (decimal): -16359826 or 7233030. OLE color: 7233030.

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

Color convert

RGB694110-
CMYK0.950.1500.57
HSL189.23º89.66%22.75%-
HSV(B)189.23º94.55%43.14%-
XYZ6.899.1716.16-
YUV69.51150.8582.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 94 (37.11% from 255) = 44.76%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=2.86%
G=44.76%
B=52.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6941100.950.1500.57189.2389.6622.75
Hex65E6E5FF039bd5a17
Octal61361561371707127513227
Binary1101011110110111010111111111011100110111101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,94,110); }

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

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

 a { background-color: rgb(6,94,110); }

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

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

 span { border-color: rgb(6,94,110); }

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