#066384

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

Shades of Blue Lagoon #066384

Tints of Blue Lagoon #066384

Color information

#066384 (or 0x066384) is unknown color: approx Blue Lagoon. HEX triplet: 06, 63 and 84. RGB value is (6,99,132). Sum of RGB (Red+Green+Blue) = 6+99+132=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #066384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066384 is #F99C7B. Grayscale: #4A4A4A. Windows color (decimal): -16358524 or 8676102. OLE color: 8676102.

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

Color convert

RGB699132-
CMYK0.950.2500.48
HSL195.71º91.3%27.06%-
HSV(B)195.71º95.45%51.76%-
XYZ8.710.6323.42-
YUV74.96160.1978.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.53%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=2.53%
G=41.77%
B=55.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6991320.950.2500.48195.7191.327.06
Hex663845F19030c45b1b
Octal61432041373106030413333
Binary110110001110000100101111111001011000011000100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066384; }

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

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

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

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

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

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

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

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