Html Css Color HEX #106888 Allports

📋 copy color: '#106888'

red 16 ◦ green 104 ◦ blue 136

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

Shades of Allports #106888

Tints of Allports #106888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 6.25%
G = 40.63%
B = 53.13%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#106888 (or 0x106888) is known color: Allports. HEX triplet: 10, 68 and 88. RGB value is (16,104,136). Sum of RGB (Red+Green+Blue) = 16+104+136=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #106888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106888 is #EF9777. Grayscale: #515151. Windows color (decimal): -15701880 or 8939536. OLE color: 8939536.

HSL color Cylindrical-coordinate representation of color #106888: hue angle of 196º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106888 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 104 136 -
CMYK 0.88 0.24 0 0.47
HSL 196º 0.79% 0.3% -
HSV(B) 196º 0.88% 0.53% -
XYZ 9.61 11.79 25.06 -
YUV 81.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 16 104 136 0.88 0.24 0 0.47 196 0.79 0.3
Hex 10 68 88 58 18 0 2F C4 4F 1E
Octal 20 150 210 130 30 0 57 304 117 36
Binary 10000 1101000 10001000 1011000 11000 0 101111 11000100 1001111 11110

Color Harmonies of #106888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106888

Black with #106888

Text Example


Text Example

White with #106888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106888; }

 p { color: rgb(16,104,136); }

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

background-color css

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

 a { background-color: rgb(16,104,136); }

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

border-color css

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

 span { border-color: rgb(16,104,136); }

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