#065975

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

Shades of Blue Lagoon #065975

Tints of Blue Lagoon #065975

Color information

#065975 (or 0x065975) is unknown color: approx Blue Lagoon. HEX triplet: 06, 59 and 75. RGB value is (6,89,117). Sum of RGB (Red+Green+Blue) = 6+89+117=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #065975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065975 is #F9A68A. Grayscale: #434343. Windows color (decimal): -16361099 or 7690502. OLE color: 7690502.

HSL color Cylindrical-coordinate representation of color #065975: hue angle of 195.14º 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 #065975 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB689117-
CMYK0.950.2400.54
HSL195.14º90.24%24.12%-
HSV(B)195.14º94.87%45.88%-
XYZ6.868.4718.1-
YUV67.3815684.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=2.83%
G=41.98%
B=55.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6891170.950.2400.54195.1490.2424.12
Hex659755F18036c35a18
Octal61311651373006630313230
Binary11010110011110101101111111000011011011000011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065975; }

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

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

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

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

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

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

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

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