#065261

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

Shades of Blue Lagoon #065261

Tints of Blue Lagoon #065261

Color information

#065261 (or 0x065261) is unknown color: approx Blue Lagoon. HEX triplet: 06, 52 and 61. RGB value is (6,82,97). Sum of RGB (Red+Green+Blue) = 6+82+97=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #065261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065261 is #F9AD9E. Grayscale: #3C3C3C. Windows color (decimal): -16362911 or 6377990. OLE color: 6377990.

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

Color convert

RGB68297-
CMYK0.940.1500.62
HSL189.89º88.35%20.2%-
HSV(B)189.89º93.81%38.04%-
XYZ5.256.9412.37-
YUV60.99148.3288.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=3.24%
G=44.32%
B=52.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal682970.940.1500.62189.8988.3520.2
Hex652615EF03Ebe5814
Octal61221411361707627613024
Binary1101010010110000110111101111011111010111110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065261; }

 p { color: rgb(6,82,97); }

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

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

 a { background-color: rgb(6,82,97); }

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

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

 span { border-color: rgb(6,82,97); }

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