#066684

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

Shades of Blue Lagoon #066684

Tints of Blue Lagoon #066684

Color information

#066684 (or 0x066684) is unknown color: approx Blue Lagoon. HEX triplet: 06, 66 and 84. RGB value is (6,102,132). Sum of RGB (Red+Green+Blue) = 6+102+132=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #066684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066684 is #F9997B. Grayscale: #4C4C4C. Windows color (decimal): -16357756 or 8676870. OLE color: 8676870.

HSL color Cylindrical-coordinate representation of color #066684: hue angle of 194.29º 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 #066684 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6102132-
CMYK0.950.2300.48
HSL194.29º91.3%27.06%-
HSV(B)194.29º95.45%51.76%-
XYZ8.9911.2123.52-
YUV76.72159.277.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 132 (51.95% from 255) = 55%
R=2.5%
G=42.5%
B=55%

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
Decimal61021320.950.2300.48194.2991.327.06
Hex666845F17030c25b1b
Octal61462041372706030213333
Binary110110011010000100101111110111011000011000010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066684; }

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

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

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

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

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

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

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

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