Html Css Color HEX #006674 Blue Lagoon

📋 copy color: '#006674'

red 0 ◦ green 102 ◦ blue 116

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

Shades of Blue Lagoon #006674

Tints of Blue Lagoon #006674

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 46.79%
B = 53.21%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006674 (or 0x006674) is known color: Blue Lagoon. HEX triplet: 00, 66 and 74. RGB value is (0,102,116). Sum of RGB (Red+Green+Blue) = 0+102+116=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #006674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006674 is #FF998B. Grayscale: #484848. Windows color (decimal): -16750988 or 7628288. OLE color: 7628288.

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

Color convert

RGB 0 102 116 -
CMYK 1 0.12 0 0.55
HSL 187.24º 1% 0.23% -
HSV(B) 187.24º 1% 0.45% -
XYZ 7.9 10.76 18.18 -
YUV 73.1 152.21 75.86 -
System Red Green Blue C M Y K H S L
Decimal 0 102 116 1 0.12 0 0.55 187.24 1 0.23
Hex 0 66 74 64 C 0 37 BB 64 17
Octal 0 146 164 144 14 0 67 273 144 27
Binary 0 1100110 1110100 1100100 1100 0 110111 10111011 1100100 10111

Color Harmonies of #006674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006674

Black with #006674

Text Example


Text Example

White with #006674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006674; }

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

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

background-color css

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

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

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

border-color css

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

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

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