Html Css Color HEX #066486 Blue Lagoon

📋 copy color: '#066486'

red 6 ◦ green 100 ◦ blue 134

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

Shades of Blue Lagoon #066486

Tints of Blue Lagoon #066486

RGB

 RED value IS 6 (2.73% from 255) = 2.5%

 GREEN value IS 100 (39.45% from 255) = 41.67%

 BLUE value IS 134 (52.73% from 255) = 55.83%

R = 2.5%
G = 41.67%
B = 55.83%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#066486 (or 0x066486) is known color: Blue Lagoon. HEX triplet: 06, 64 and 86. RGB value is (6,100,134). Sum of RGB (Red+Green+Blue) = 6+100+134=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #066486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066486 is #F99B79. Grayscale: #4B4B4B. Windows color (decimal): -16358266 or 8807430. OLE color: 8807430.

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

Color convert

RGB 6 100 134 -
CMYK 0.96 0.25 0 0.47
HSL 195.94º 0.91% 0.27% -
HSV(B) 195.94º 0.96% 0.53% -
XYZ 8.94 10.87 24.18 -
YUV 75.77 160.86 78.24 -
System Red Green Blue C M Y K H S L
Decimal 6 100 134 0.96 0.25 0 0.47 195.94 0.91 0.27
Hex 6 64 86 60 19 0 2F C4 5B 1B
Octal 6 144 206 140 31 0 57 304 133 33
Binary 110 1100100 10000110 1100000 11001 0 101111 11000100 1011011 11011

Color Harmonies of #066486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066486

Black with #066486

Text Example


Text Example

White with #066486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066486; }

 p { color: rgb(6,100,134); }

 H1.HeaderClassName
 {
   color: #066486;
 }
 .AnyTagClassName
 {
   color: #066486;
 }
</style>

background-color css

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

 a { background-color: rgb(6,100,134); }

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

border-color css

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

 span { border-color: rgb(6,100,134); }

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