Html Css Color HEX #066384 Blue Lagoon

📋 copy color: '#066384'

red 6 ◦ green 99 ◦ blue 132

#066384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #066384

Tints of Blue Lagoon #066384

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.7%

R = 2.53%
G = 41.77%
B = 55.7%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#066384 (or 0x066384) is known color: 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

RGB 6 99 132 -
CMYK 0.95 0.25 0 0.48
HSL 195.71º 0.91% 0.27% -
HSV(B) 195.71º 0.95% 0.52% -
XYZ 8.7 10.63 23.42 -
YUV 74.96 160.19 78.82 -
System Red Green Blue C M Y K H S L
Decimal 6 99 132 0.95 0.25 0 0.48 195.71 0.91 0.27
Hex 6 63 84 5F 19 0 30 C4 5B 1B
Octal 6 143 204 137 31 0 60 304 133 33
Binary 110 1100011 10000100 1011111 11001 0 110000 11000100 1011011 11011

Color Harmonies of #066384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066384

Black with #066384

Text Example


Text Example

White with #066384

Text Example


Text Example

HTML Codes & Css Web 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>