Html Css Color HEX #006979 Blue Lagoon

📋 copy color: '#006979'

red 0 ◦ green 105 ◦ blue 121

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

Shades of Blue Lagoon #006979

Tints of Blue Lagoon #006979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.54%

R = 0%
G = 46.46%
B = 53.54%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#006979 (or 0x006979) is known color: Blue Lagoon. HEX triplet: 00, 69 and 79. RGB value is (0,105,121). Sum of RGB (Red+Green+Blue) = 0+105+121=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #006979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006979 is #FF9686. Grayscale: #4B4B4B. Windows color (decimal): -16750215 or 7956736. OLE color: 7956736.

HSL color Cylindrical-coordinate representation of color #006979: hue angle of 187.93º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006979 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 105 121 -
CMYK 1 0.13 0 0.53
HSL 187.93º 1% 0.24% -
HSV(B) 187.93º 1% 0.47% -
XYZ 8.5 11.48 19.86 -
YUV 75.43 153.71 74.2 -
System Red Green Blue C M Y K H S L
Decimal 0 105 121 1 0.13 0 0.53 187.93 1 0.24
Hex 0 69 79 64 D 0 35 BC 64 18
Octal 0 151 171 144 15 0 65 274 144 30
Binary 0 1101001 1111001 1100100 1101 0 110101 10111100 1100100 11000

Color Harmonies of #006979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006979

Black with #006979

Text Example


Text Example

White with #006979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006979; }

 p { color: rgb(0,105,121); }

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

background-color css

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

 a { background-color: rgb(0,105,121); }

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

border-color css

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

 span { border-color: rgb(0,105,121); }

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