#065D70

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

Shades of Blue Lagoon #065D70

Tints of Blue Lagoon #065D70

Color information

#065D70 (or 0x065D70) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5D and 70. RGB value is (6,93,112). Sum of RGB (Red+Green+Blue) = 6+93+112=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #065D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D70 is #F9A28F. Grayscale: #444444. Windows color (decimal): -16360080 or 7363846. OLE color: 7363846.

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

Color convert

RGB693112-
CMYK0.950.1700.56
HSL190.75º89.83%23.14%-
HSV(B)190.75º94.64%43.92%-
XYZ6.919.0416.71-
YUV69.15152.1882.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 93 (36.72% from 255) = 44.08%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=2.84%
G=44.08%
B=53.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6931120.950.1700.56190.7589.8323.14
Hex65D705F11038bf5a17
Octal61351601372107027713227
Binary11010111011110000101111110001011100010111111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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