#066584

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

Shades of Blue Lagoon #066584

Tints of Blue Lagoon #066584

Color information

#066584 (or 0x066584) is unknown color: approx Blue Lagoon. HEX triplet: 06, 65 and 84. RGB value is (6,101,132). Sum of RGB (Red+Green+Blue) = 6+101+132=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #066584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066584 is #F99A7B. Grayscale: #4B4B4B. Windows color (decimal): -16358012 or 8676614. OLE color: 8676614.

HSL color Cylindrical-coordinate representation of color #066584: hue angle of 194.76º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066584 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6101132-
CMYK0.950.2300.48
HSL194.76º91.3%27.06%-
HSV(B)194.76º95.45%51.76%-
XYZ8.8911.0123.49-
YUV76.13159.5377.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 132 (51.95% from 255) = 55.23%
R=2.51%
G=42.26%
B=55.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61011320.950.2300.48194.7691.327.06
Hex665845F17030c35b1b
Octal61452041372706030313333
Binary110110010110000100101111110111011000011000011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066584; }

 p { color: rgb(6,101,132); }

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

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

 a { background-color: rgb(6,101,132); }

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

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

 span { border-color: rgb(6,101,132); }

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