Html Css Color HEX #006889 Blue Lagoon

📋 copy color: '#006889'

red 0 ◦ green 104 ◦ blue 137

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

Shades of Blue Lagoon #006889

Tints of Blue Lagoon #006889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.85%

R = 0%
G = 43.15%
B = 56.85%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#006889 (or 0x006889) is known color: Blue Lagoon. HEX triplet: 00, 68 and 89. RGB value is (0,104,137). Sum of RGB (Red+Green+Blue) = 0+104+137=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #006889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006889 is #FF9776. Grayscale: #4C4C4C. Windows color (decimal): -16750455 or 9005056. OLE color: 9005056.

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

Color convert

RGB 0 104 137 -
CMYK 1 0.24 0 0.46
HSL 194.45º 1% 0.27% -
HSV(B) 194.45º 1% 0.54% -
XYZ 9.47 11.71 25.43 -
YUV 76.67 162.04 73.32 -
System Red Green Blue C M Y K H S L
Decimal 0 104 137 1 0.24 0 0.46 194.45 1 0.27
Hex 0 68 89 64 18 0 2E C2 64 1B
Octal 0 150 211 144 30 0 56 302 144 33
Binary 0 1101000 10001001 1100100 11000 0 101110 11000010 1100100 11011

Color Harmonies of #006889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006889

Black with #006889

Text Example


Text Example

White with #006889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006889; }

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

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

background-color css

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

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

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

border-color css

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

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

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