Html Css Color HEX #006870 Blue Lagoon

📋 copy color: '#006870'

red 0 ◦ green 104 ◦ blue 112

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

Shades of Blue Lagoon #006870

Tints of Blue Lagoon #006870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.85%

R = 0%
G = 48.15%
B = 51.85%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006870 (or 0x006870) is known color: Blue Lagoon. HEX triplet: 00, 68 and 70. RGB value is (0,104,112). Sum of RGB (Red+Green+Blue) = 0+104+112=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #006870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006870 is #FF978F. Grayscale: #494949. Windows color (decimal): -16750480 or 7366656. OLE color: 7366656.

HSL color Cylindrical-coordinate representation of color #006870: hue angle of 184.29º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006870 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 104 112 -
CMYK 1 0.07 0 0.56
HSL 184.29º 1% 0.22% -
HSV(B) 184.29º 1% 0.44% -
XYZ 7.87 11.07 17.05 -
YUV 73.82 149.54 75.35 -
System Red Green Blue C M Y K H S L
Decimal 0 104 112 1 0.07 0 0.56 184.29 1 0.22
Hex 0 68 70 64 7 0 38 B8 64 16
Octal 0 150 160 144 7 0 70 270 144 26
Binary 0 1101000 1110000 1100100 111 0 111000 10111000 1100100 10110

Color Harmonies of #006870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006870

Black with #006870

Text Example


Text Example

White with #006870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006870; }

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

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

background-color css

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

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

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

border-color css

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

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

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