Html Css Color HEX #066881 Blue Lagoon

📋 copy color: '#066881'

red 6 ◦ green 104 ◦ blue 129

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

Shades of Blue Lagoon #066881

Tints of Blue Lagoon #066881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.51%

 BLUE value IS 129 (50.78% from 255) = 53.97%

R = 2.51%
G = 43.51%
B = 53.97%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#066881 (or 0x066881) is known color: Blue Lagoon. HEX triplet: 06, 68 and 81. RGB value is (6,104,129). Sum of RGB (Red+Green+Blue) = 6+104+129=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #066881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066881 is #F9977E. Grayscale: #4D4D4D. Windows color (decimal): -16357247 or 8480774. OLE color: 8480774.

HSL color Cylindrical-coordinate representation of color #066881: hue angle of 192.2º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066881 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 104 129 -
CMYK 0.95 0.19 0 0.49
HSL 192.2º 0.91% 0.26% -
HSV(B) 192.2º 0.95% 0.51% -
XYZ 8.99 11.52 22.52 -
YUV 77.55 157.03 76.97 -
System Red Green Blue C M Y K H S L
Decimal 6 104 129 0.95 0.19 0 0.49 192.2 0.91 0.26
Hex 6 68 81 5F 13 0 31 C0 5B 1A
Octal 6 150 201 137 23 0 61 300 133 32
Binary 110 1101000 10000001 1011111 10011 0 110001 11000000 1011011 11010

Color Harmonies of #066881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066881

Black with #066881

Text Example


Text Example

White with #066881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066881; }

 p { color: rgb(6,104,129); }

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

background-color css

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

 a { background-color: rgb(6,104,129); }

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

border-color css

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

 span { border-color: rgb(6,104,129); }

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