Html Css Color HEX #066984 Blue Lagoon

📋 copy color: '#066984'

red 6 ◦ green 105 ◦ blue 132

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

Shades of Blue Lagoon #066984

Tints of Blue Lagoon #066984

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.21%

 BLUE value IS 132 (51.95% from 255) = 54.32%

R = 2.47%
G = 43.21%
B = 54.32%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#066984 (or 0x066984) is known color: Blue Lagoon. HEX triplet: 06, 69 and 84. RGB value is (6,105,132). Sum of RGB (Red+Green+Blue) = 6+105+132=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #066984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066984 is #F9967B. Grayscale: #4E4E4E. Windows color (decimal): -16356988 or 8677638. OLE color: 8677638.

HSL color Cylindrical-coordinate representation of color #066984: hue angle of 192.86º 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 #066984 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 105 132 -
CMYK 0.95 0.20 0 0.48
HSL 192.86º 0.91% 0.27% -
HSV(B) 192.86º 0.95% 0.52% -
XYZ 9.29 11.81 23.62 -
YUV 78.48 158.2 76.3 -
System Red Green Blue C M Y K H S L
Decimal 6 105 132 0.95 0.20 0 0.48 192.86 0.91 0.27
Hex 6 69 84 5F 14 0 30 C1 5B 1B
Octal 6 151 204 137 24 0 60 301 133 33
Binary 110 1101001 10000100 1011111 10100 0 110000 11000001 1011011 11011

Color Harmonies of #066984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066984

Black with #066984

Text Example


Text Example

White with #066984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066984; }

 p { color: rgb(6,105,132); }

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

background-color css

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

 a { background-color: rgb(6,105,132); }

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

border-color css

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

 span { border-color: rgb(6,105,132); }

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