Html Css Color HEX #106C93 Allports

📋 copy color: '#106C93'

red 16 ◦ green 108 ◦ blue 147

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

Shades of Allports #106C93

Tints of Allports #106C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.85%

 BLUE value IS 147 (57.81% from 255) = 54.24%

R = 5.9%
G = 39.85%
B = 54.24%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#106C93 (or 0x106C93) is known color: Allports. HEX triplet: 10, 6C and 93. RGB value is (16,108,147). Sum of RGB (Red+Green+Blue) = 16+108+147=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #106C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106C93 is #EF936C. Grayscale: #545454. Windows color (decimal): -15700845 or 9661456. OLE color: 9661456.

HSL color Cylindrical-coordinate representation of color #106C93: hue angle of 197.86º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106C93 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 108 147 -
CMYK 0.89 0.27 0 0.42
HSL 197.86º 0.8% 0.32% -
HSV(B) 197.86º 0.89% 0.58% -
XYZ 10.84 12.94 29.53 -
YUV 84.94 163.02 78.83 -
System Red Green Blue C M Y K H S L
Decimal 16 108 147 0.89 0.27 0 0.42 197.86 0.8 0.32
Hex 10 6C 93 59 1B 0 2A C6 50 20
Octal 20 154 223 131 33 0 52 306 120 40
Binary 10000 1101100 10010011 1011001 11011 0 101010 11000110 1010000 100000

Color Harmonies of #106C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106C93

Black with #106C93

Text Example


Text Example

White with #106C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,108,147); }

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

background-color css

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

 a { background-color: rgb(16,108,147); }

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

border-color css

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

 span { border-color: rgb(16,108,147); }

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