Html Css Color HEX #006874 Blue Lagoon

📋 copy color: '#006874'

red 0 ◦ green 104 ◦ blue 116

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

Shades of Blue Lagoon #006874

Tints of Blue Lagoon #006874

RGB

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

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

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

R = 0%
G = 47.27%
B = 52.73%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006874 (or 0x006874) is known color: Blue Lagoon. HEX triplet: 00, 68 and 74. RGB value is (0,104,116). Sum of RGB (Red+Green+Blue) = 0+104+116=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #006874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006874 is #FF978B. Grayscale: #4A4A4A. Windows color (decimal): -16750476 or 7628800. OLE color: 7628800.

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

Color convert

RGB 0 104 116 -
CMYK 1 0.10 0 0.55
HSL 186.21º 1% 0.23% -
HSV(B) 186.21º 1% 0.45% -
XYZ 8.1 11.16 18.25 -
YUV 74.27 151.54 75.02 -
System Red Green Blue C M Y K H S L
Decimal 0 104 116 1 0.10 0 0.55 186.21 1 0.23
Hex 0 68 74 64 A 0 37 BA 64 17
Octal 0 150 164 144 12 0 67 272 144 27
Binary 0 1101000 1110100 1100100 1010 0 110111 10111010 1100100 10111

Color Harmonies of #006874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006874

Black with #006874

Text Example


Text Example

White with #006874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006874; }

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

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

background-color css

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

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

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

border-color css

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

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

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