Html Css Color HEX #066882 Blue Lagoon

📋 copy color: '#066882'

red 6 ◦ green 104 ◦ blue 130

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

Shades of Blue Lagoon #066882

Tints of Blue Lagoon #066882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.17%

R = 2.5%
G = 43.33%
B = 54.17%

CMYK

 C value IS 0.95

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#066882 (or 0x066882) is known color: Blue Lagoon. HEX triplet: 06, 68 and 82. RGB value is (6,104,130). Sum of RGB (Red+Green+Blue) = 6+104+130=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #066882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066882 is #F9977D. Grayscale: #4D4D4D. Windows color (decimal): -16357246 or 8546310. OLE color: 8546310.

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

Color convert

RGB 6 104 130 -
CMYK 0.95 0.2 0 0.49
HSL 192.58º 0.91% 0.27% -
HSV(B) 192.58º 0.95% 0.51% -
XYZ 9.05 11.55 22.87 -
YUV 77.66 157.53 76.89 -
System Red Green Blue C M Y K H S L
Decimal 6 104 130 0.95 0.2 0 0.49 192.58 0.91 0.27
Hex 6 68 82 5F 14 0 31 C1 5B 1B
Octal 6 150 202 137 24 0 61 301 133 33
Binary 110 1101000 10000010 1011111 10100 0 110001 11000001 1011011 11011

Color Harmonies of #066882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066882

Black with #066882

Text Example


Text Example

White with #066882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066882; }

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

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

background-color css

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

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

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

border-color css

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

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

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