Html Css Color HEX #106689 Allports

📋 copy color: '#106689'

red 16 ◦ green 102 ◦ blue 137

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

Shades of Allports #106689

Tints of Allports #106689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40%

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

R = 6.27%
G = 40%
B = 53.73%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#106689 (or 0x106689) is known color: Allports. HEX triplet: 10, 66 and 89. RGB value is (16,102,137). Sum of RGB (Red+Green+Blue) = 16+102+137=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #106689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106689 is #EF9976. Grayscale: #505050. Windows color (decimal): -15702391 or 9004560. OLE color: 9004560.

HSL color Cylindrical-coordinate representation of color #106689: hue angle of 197.36º 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 #106689 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 102 137 -
CMYK 0.88 0.26 0 0.46
HSL 197.36º 0.79% 0.3% -
HSV(B) 197.36º 0.88% 0.54% -
XYZ 9.48 11.42 25.37 -
YUV 80.28 160.01 82.15 -
System Red Green Blue C M Y K H S L
Decimal 16 102 137 0.88 0.26 0 0.46 197.36 0.79 0.3
Hex 10 66 89 58 1A 0 2E C5 4F 1E
Octal 20 146 211 130 32 0 56 305 117 36
Binary 10000 1100110 10001001 1011000 11010 0 101110 11000101 1001111 11110

Color Harmonies of #106689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106689

Black with #106689

Text Example


Text Example

White with #106689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106689; }

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

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

background-color css

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

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

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

border-color css

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

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

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