#065668

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

Shades of Blue Lagoon #065668

Tints of Blue Lagoon #065668

Color information

#065668 (or 0x065668) is unknown color: approx Blue Lagoon. HEX triplet: 06, 56 and 68. RGB value is (6,86,104). Sum of RGB (Red+Green+Blue) = 6+86+104=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #065668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065668 is #F9A997. Grayscale: #3F3F3F. Windows color (decimal): -16361880 or 6837766. OLE color: 6837766.

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

Color convert

RGB686104-
CMYK0.940.1700.59
HSL191.02º89.09%21.57%-
HSV(B)191.02º94.23%40.78%-
XYZ5.97.6914.27-
YUV64.13150.586.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=3.06%
G=43.88%
B=53.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6861040.940.1700.59191.0289.0921.57
Hex656685E1103Bbf5916
Octal61261501362107327713126
Binary11010101101101000101111010001011101110111111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065668; }

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

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

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

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

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

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

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

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