#065768

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

Shades of Blue Lagoon #065768

Tints of Blue Lagoon #065768

Color information

#065768 (or 0x065768) is unknown color: approx Blue Lagoon. HEX triplet: 06, 57 and 68. RGB value is (6,87,104). Sum of RGB (Red+Green+Blue) = 6+87+104=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #065768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065768 is #F9A897. Grayscale: #404040. Windows color (decimal): -16361624 or 6838022. OLE color: 6838022.

HSL color Cylindrical-coordinate representation of color #065768: hue angle of 190.41º 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 #065768 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB687104-
CMYK0.940.1600.59
HSL190.41º89.09%21.57%-
HSV(B)190.41º94.23%40.78%-
XYZ5.987.8514.3-
YUV64.72150.1686.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 87 (34.38% from 255) = 44.16%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=3.05%
G=44.16%
B=52.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6871040.940.1600.59190.4189.0921.57
Hex657685E1003Bbe5916
Octal61271501362007327613126
Binary11010101111101000101111010000011101110111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065768; }

 p { color: rgb(6,87,104); }

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

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

 a { background-color: rgb(6,87,104); }

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

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

 span { border-color: rgb(6,87,104); }

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