#065B70

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

Shades of Blue Lagoon #065B70

Tints of Blue Lagoon #065B70

Color information

#065B70 (or 0x065B70) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5B and 70. RGB value is (6,91,112). Sum of RGB (Red+Green+Blue) = 6+91+112=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #065B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B70 is #F9A48F. Grayscale: #434343. Windows color (decimal): -16360592 or 7363334. OLE color: 7363334.

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

Color convert

RGB691112-
CMYK0.950.1900.56
HSL191.89º89.83%23.14%-
HSV(B)191.89º94.64%43.92%-
XYZ6.748.6916.65-
YUV67.98152.8483.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 91 (35.94% from 255) = 43.54%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=2.87%
G=43.54%
B=53.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6911120.950.1900.56191.8989.8323.14
Hex65B705F13038c05a17
Octal61331601372307030013227
Binary11010110111110000101111110011011100011000000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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