#065F75

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

Shades of Blue Lagoon #065F75

Tints of Blue Lagoon #065F75

Color information

#065F75 (or 0x065F75) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5F and 75. RGB value is (6,95,117). Sum of RGB (Red+Green+Blue) = 6+95+117=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #065F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F75 is #F9A08A. Grayscale: #464646. Windows color (decimal): -16359563 or 7692038. OLE color: 7692038.

HSL color Cylindrical-coordinate representation of color #065F75: hue angle of 191.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065F75 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB695117-
CMYK0.950.1900.54
HSL191.89º90.24%24.12%-
HSV(B)191.89º94.87%45.88%-
XYZ7.389.5118.28-
YUV70.9154.0181.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 95 (37.5% from 255) = 43.58%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=2.75%
G=43.58%
B=53.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6951170.950.1900.54191.8990.2424.12
Hex65F755F13036c05a18
Octal61371651372306630013230
Binary11010111111110101101111110011011011011000000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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