Html Css Color HEX #006A89 Blue Lagoon

📋 copy color: '#006A89'

red 0 ◦ green 106 ◦ blue 137

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

Shades of Blue Lagoon #006A89

Tints of Blue Lagoon #006A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.62%

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

R = 0%
G = 43.62%
B = 56.38%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#006A89 (or 0x006A89) is known color: Blue Lagoon. HEX triplet: 00, 6A and 89. RGB value is (0,106,137). Sum of RGB (Red+Green+Blue) = 0+106+137=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #006A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006A89 is #FF9576. Grayscale: #4D4D4D. Windows color (decimal): -16749943 or 9005568. OLE color: 9005568.

HSL color Cylindrical-coordinate representation of color #006A89: hue angle of 193.58º 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 #006A89 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 106 137 -
CMYK 1 0.23 0 0.46
HSL 193.58º 1% 0.27% -
HSV(B) 193.58º 1% 0.54% -
XYZ 9.67 12.11 25.5 -
YUV 77.84 161.38 72.48 -
System Red Green Blue C M Y K H S L
Decimal 0 106 137 1 0.23 0 0.46 193.58 1 0.27
Hex 0 6A 89 64 17 0 2E C2 64 1B
Octal 0 152 211 144 27 0 56 302 144 33
Binary 0 1101010 10001001 1100100 10111 0 101110 11000010 1100100 11011

Color Harmonies of #006A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A89

Black with #006A89

Text Example


Text Example

White with #006A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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