#065B69

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

Shades of Blue Lagoon #065B69

Tints of Blue Lagoon #065B69

Color information

#065B69 (or 0x065B69) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5B and 69. RGB value is (6,91,105). Sum of RGB (Red+Green+Blue) = 6+91+105=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #065B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B69 is #F9A496. Grayscale: #434343. Windows color (decimal): -16360599 or 6904582. OLE color: 6904582.

HSL color Cylindrical-coordinate representation of color #065B69: hue angle of 188.48º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065B69 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB691105-
CMYK0.940.1300.59
HSL188.48º89.19%21.76%-
HSV(B)188.48º94.29%41.18%-
XYZ6.378.5414.68-
YUV67.18149.3484.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 91 (35.94% from 255) = 45.05%
BLUE value IS 105 (41.41% from 255) = 51.98%
R=2.97%
G=45.05%
B=51.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6911050.940.1300.59188.4889.1921.76
Hex65B695ED03Bbc5916
Octal61331511361507327413126
Binary1101011011110100110111101101011101110111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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