#106C83

Color #106C83 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #106C83

Tints of Allports #106C83

Color information

#106C83 (or 0x106C83) is unknown color: approx Allports. HEX triplet: 10, 6C and 83. RGB value is (16,108,131). Sum of RGB (Red+Green+Blue) = 16+108+131=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #106C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106C83 is #EF937C. Grayscale: #525252. Windows color (decimal): -15700861 or 8612880. OLE color: 8612880.

HSL color Cylindrical-coordinate representation of color #106C83: hue angle of 192º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106C83 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB16108131-
CMYK0.880.1800.49
HSL192º78.23%28.82%-
HSV(B)192º87.79%51.37%-
XYZ9.6712.4723.37-
YUV83.11155.0280.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 108 (42.58% from 255) = 42.35%
BLUE value IS 131 (51.56% from 255) = 51.37%
R=6.27%
G=42.35%
B=51.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal161081310.880.1800.4919278.2328.82
Hex106C835812031c04e1d
Octal201542031302206130011635
Binary10000110110010000011101100010010011000111000000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #106C83;
 }
 .AnyTagClassName
 {
   color: #106C83;
 }
</style>
background-color css

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

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

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

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

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

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