Html Css Color HEX #106696 Allports

📋 copy color: '#106696'

red 16 ◦ green 102 ◦ blue 150

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

Shades of Allports #106696

Tints of Allports #106696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.97%

R = 5.97%
G = 38.06%
B = 55.97%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#106696 (or 0x106696) is known color: Allports. HEX triplet: 10, 66 and 96. RGB value is (16,102,150). Sum of RGB (Red+Green+Blue) = 16+102+150=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #106696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106696 is #EF9969. Grayscale: #515151. Windows color (decimal): -15702378 or 9856528. OLE color: 9856528.

HSL color Cylindrical-coordinate representation of color #106696: hue angle of 201.49º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106696 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 102 150 -
CMYK 0.89 0.32 0 0.41
HSL 201.49º 0.81% 0.33% -
HSV(B) 201.49º 0.89% 0.59% -
XYZ 10.47 11.81 30.58 -
YUV 81.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 16 102 150 0.89 0.32 0 0.41 201.49 0.81 0.33
Hex 10 66 96 59 20 0 29 C9 51 21
Octal 20 146 226 131 40 0 51 311 121 41
Binary 10000 1100110 10010110 1011001 100000 0 101001 11001001 1010001 100001

Color Harmonies of #106696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106696

Black with #106696

Text Example


Text Example

White with #106696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106696; }

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

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

background-color css

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

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

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

border-color css

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

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

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