Html Css Color HEX #006879 Blue Lagoon

📋 copy color: '#006879'

red 0 ◦ green 104 ◦ blue 121

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

Shades of Blue Lagoon #006879

Tints of Blue Lagoon #006879

RGB

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

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

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

R = 0%
G = 46.22%
B = 53.78%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#006879 (or 0x006879) is known color: Blue Lagoon. HEX triplet: 00, 68 and 79. RGB value is (0,104,121). Sum of RGB (Red+Green+Blue) = 0+104+121=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #006879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006879 is #FF9786. Grayscale: #4A4A4A. Windows color (decimal): -16750471 or 7956480. OLE color: 7956480.

HSL color Cylindrical-coordinate representation of color #006879: hue angle of 188.43º 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 #006879 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 104 121 -
CMYK 1 0.14 0 0.53
HSL 188.43º 1% 0.24% -
HSV(B) 188.43º 1% 0.47% -
XYZ 8.4 11.28 19.82 -
YUV 74.84 154.04 74.62 -
System Red Green Blue C M Y K H S L
Decimal 0 104 121 1 0.14 0 0.53 188.43 1 0.24
Hex 0 68 79 64 E 0 35 BC 64 18
Octal 0 150 171 144 16 0 65 274 144 30
Binary 0 1101000 1111001 1100100 1110 0 110101 10111100 1100100 11000

Color Harmonies of #006879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006879

Black with #006879

Text Example


Text Example

White with #006879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006879; }

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

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

background-color css

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

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

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

border-color css

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

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

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