#065062

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

Shades of Blue Lagoon #065062

Tints of Blue Lagoon #065062

Color information

#065062 (or 0x065062) is unknown color: approx Blue Lagoon. HEX triplet: 06, 50 and 62. RGB value is (6,80,98). Sum of RGB (Red+Green+Blue) = 6+80+98=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #065062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065062 is #F9AF9D. Grayscale: #3B3B3B. Windows color (decimal): -16363422 or 6443014. OLE color: 6443014.

HSL color Cylindrical-coordinate representation of color #065062: hue angle of 191.74º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065062 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB68098-
CMYK0.940.1800.62
HSL191.74º88.46%20.39%-
HSV(B)191.74º93.88%38.43%-
XYZ5.156.6612.57-
YUV59.93149.4889.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 98 (38.67% from 255) = 53.26%
R=3.26%
G=43.48%
B=53.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal680980.940.1800.62191.7488.4620.39
Hex650625E1203Ec05814
Octal61201421362207630013024
Binary11010100001100010101111010010011111011000000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065062; }

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

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

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

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

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

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

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

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