#065068

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

Shades of Blue Lagoon #065068

Tints of Blue Lagoon #065068

Color information

#065068 (or 0x065068) is unknown color: approx Blue Lagoon. HEX triplet: 06, 50 and 68. RGB value is (6,80,104). Sum of RGB (Red+Green+Blue) = 6+80+104=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #065068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065068 is #F9AF97. Grayscale: #3C3C3C. Windows color (decimal): -16363416 or 6836230. OLE color: 6836230.

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

Color convert

RGB680104-
CMYK0.940.2300.59
HSL194.69º89.09%21.57%-
HSV(B)194.69º94.23%40.78%-
XYZ5.446.7814.12-
YUV60.61152.4889.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=3.16%
G=42.11%
B=54.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6801040.940.2300.59194.6989.0921.57
Hex650685E1703Bc35916
Octal61201501362707330313126
Binary11010100001101000101111010111011101111000011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065068; }

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

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

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

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

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

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

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

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