Html Css Color HEX #066786 Blue Lagoon

📋 copy color: '#066786'

red 6 ◦ green 103 ◦ blue 134

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

Shades of Blue Lagoon #066786

Tints of Blue Lagoon #066786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.39%

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

R = 2.47%
G = 42.39%
B = 55.14%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#066786 (or 0x066786) is known color: Blue Lagoon. HEX triplet: 06, 67 and 86. RGB value is (6,103,134). Sum of RGB (Red+Green+Blue) = 6+103+134=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 134 (52.73% from 255 or 55.14% from 243); Max value from RGB is 134 - color contains mainly: blue. Hex color #066786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066786 is #F99879. Grayscale: #4D4D4D. Windows color (decimal): -16357498 or 8808198. OLE color: 8808198.

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

Color convert

RGB 6 103 134 -
CMYK 0.96 0.23 0 0.47
HSL 194.53º 0.91% 0.27% -
HSV(B) 194.53º 0.96% 0.53% -
XYZ 9.23 11.46 24.28 -
YUV 77.53 159.86 76.98 -
System Red Green Blue C M Y K H S L
Decimal 6 103 134 0.96 0.23 0 0.47 194.53 0.91 0.27
Hex 6 67 86 60 17 0 2F C3 5B 1B
Octal 6 147 206 140 27 0 57 303 133 33
Binary 110 1100111 10000110 1100000 10111 0 101111 11000011 1011011 11011

Color Harmonies of #066786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066786

Black with #066786

Text Example


Text Example

White with #066786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066786; }

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

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

background-color css

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

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

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

border-color css

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

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

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