Html Css Color HEX #066674 Blue Lagoon

📋 copy color: '#066674'

red 6 ◦ green 102 ◦ blue 116

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

Shades of Blue Lagoon #066674

Tints of Blue Lagoon #066674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.54%

 BLUE value IS 116 (45.7% from 255) = 51.79%

R = 2.68%
G = 45.54%
B = 51.79%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#066674 (or 0x066674) is known color: Blue Lagoon. HEX triplet: 06, 66 and 74. RGB value is (6,102,116). Sum of RGB (Red+Green+Blue) = 6+102+116=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #066674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066674 is #F9998B. Grayscale: #4A4A4A. Windows color (decimal): -16357772 or 7628294. OLE color: 7628294.

HSL color Cylindrical-coordinate representation of color #066674: hue angle of 187.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066674 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 102 116 -
CMYK 0.95 0.12 0 0.55
HSL 187.64º 0.9% 0.24% -
HSV(B) 187.64º 0.95% 0.45% -
XYZ 7.98 10.8 18.19 -
YUV 74.89 151.2 78.86 -
System Red Green Blue C M Y K H S L
Decimal 6 102 116 0.95 0.12 0 0.55 187.64 0.9 0.24
Hex 6 66 74 5F C 0 37 BC 5A 18
Octal 6 146 164 137 14 0 67 274 132 30
Binary 110 1100110 1110100 1011111 1100 0 110111 10111100 1011010 11000

Color Harmonies of #066674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066674

Black with #066674

Text Example


Text Example

White with #066674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066674; }

 p { color: rgb(6,102,116); }

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

background-color css

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

 a { background-color: rgb(6,102,116); }

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

border-color css

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

 span { border-color: rgb(6,102,116); }

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