#065678

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

Shades of Blue Lagoon #065678

Tints of Blue Lagoon #065678

Color information

#065678 (or 0x065678) is unknown color: approx Blue Lagoon. HEX triplet: 06, 56 and 78. RGB value is (6,86,120). Sum of RGB (Red+Green+Blue) = 6+86+120=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #065678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065678 is #F9A987. Grayscale: #414141. Windows color (decimal): -16361864 or 7886342. OLE color: 7886342.

HSL color Cylindrical-coordinate representation of color #065678: hue angle of 197.89º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065678 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB686120-
CMYK0.950.2800.53
HSL197.89º90.48%24.71%-
HSV(B)197.89º95%47.06%-
XYZ6.798.0518.97-
YUV65.96158.585.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=2.83%
G=40.57%
B=56.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6861200.950.2800.53197.8990.4824.71
Hex656785F1C035c65a19
Octal61261701373406530613231
Binary11010101101111000101111111100011010111000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065678; }

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

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

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

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

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

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

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

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