#065F70

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

Shades of Blue Lagoon #065F70

Tints of Blue Lagoon #065F70

Color information

#065F70 (or 0x065F70) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5F and 70. RGB value is (6,95,112). Sum of RGB (Red+Green+Blue) = 6+95+112=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #065F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F70 is #F9A08F. Grayscale: #464646. Windows color (decimal): -16359568 or 7364358. OLE color: 7364358.

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

Color convert

RGB695112-
CMYK0.950.1500.56
HSL189.62º89.83%23.14%-
HSV(B)189.62º94.64%43.92%-
XYZ7.099.3916.77-
YUV70.33151.5182.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 95 (37.5% from 255) = 44.60%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=2.82%
G=44.60%
B=52.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6951120.950.1500.56189.6289.8323.14
Hex65F705FF038be5a17
Octal61371601371707027613227
Binary1101011111111000010111111111011100010111110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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