Html Css Color HEX #106E85 Allports

📋 copy color: '#106E85'

red 16 ◦ green 110 ◦ blue 133

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

Shades of Allports #106E85

Tints of Allports #106E85

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.47%

 BLUE value IS 133 (52.34% from 255) = 51.35%

R = 6.18%
G = 42.47%
B = 51.35%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#106E85 (or 0x106E85) is known color: Allports. HEX triplet: 10, 6E and 85. RGB value is (16,110,133). Sum of RGB (Red+Green+Blue) = 16+110+133=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #106E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106E85 is #EF917A. Grayscale: #545454. Windows color (decimal): -15700347 or 8744464. OLE color: 8744464.

HSL color Cylindrical-coordinate representation of color #106E85: hue angle of 191.79º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106E85 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 110 133 -
CMYK 0.88 0.17 0 0.48
HSL 191.79º 0.79% 0.29% -
HSV(B) 191.79º 0.88% 0.52% -
XYZ 10.02 12.96 24.16 -
YUV 84.52 155.36 79.13 -
System Red Green Blue C M Y K H S L
Decimal 16 110 133 0.88 0.17 0 0.48 191.79 0.79 0.29
Hex 10 6E 85 58 11 0 30 C0 4F 1D
Octal 20 156 205 130 21 0 60 300 117 35
Binary 10000 1101110 10000101 1011000 10001 0 110000 11000000 1001111 11101

Color Harmonies of #106E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106E85

Black with #106E85

Text Example


Text Example

White with #106E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,110,133); }

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

background-color css

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

 a { background-color: rgb(16,110,133); }

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

border-color css

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

 span { border-color: rgb(16,110,133); }

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