Html Css Color HEX #106D89 Allports

📋 copy color: '#106D89'

red 16 ◦ green 109 ◦ blue 137

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

Shades of Allports #106D89

Tints of Allports #106D89

RGB

 RED value IS 16 (6.64% from 255) = 6.11%

 GREEN value IS 109 (42.97% from 255) = 41.6%

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

R = 6.11%
G = 41.6%
B = 52.29%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#106D89 (or 0x106D89) is known color: Allports. HEX triplet: 10, 6D and 89. RGB value is (16,109,137). Sum of RGB (Red+Green+Blue) = 16+109+137=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #106D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106D89 is #EF9276. Grayscale: #545454. Windows color (decimal): -15700599 or 9006352. OLE color: 9006352.

HSL color Cylindrical-coordinate representation of color #106D89: hue angle of 193.88º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106D89 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 109 137 -
CMYK 0.88 0.20 0 0.46
HSL 193.88º 0.79% 0.3% -
HSV(B) 193.88º 0.88% 0.54% -
XYZ 10.2 12.85 25.61 -
YUV 84.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 16 109 137 0.88 0.20 0 0.46 193.88 0.79 0.3
Hex 10 6D 89 58 14 0 2E C2 4F 1E
Octal 20 155 211 130 24 0 56 302 117 36
Binary 10000 1101101 10001001 1011000 10100 0 101110 11000010 1001111 11110

Color Harmonies of #106D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106D89

Black with #106D89

Text Example


Text Example

White with #106D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106D89; }

 p { color: rgb(16,109,137); }

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

background-color css

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

 a { background-color: rgb(16,109,137); }

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

border-color css

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

 span { border-color: rgb(16,109,137); }

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